advent-of-code/2020/rustfmt.toml

8 lines
166 B
TOML
Raw Normal View History

2020-12-02 00:30:57 +01:00
newline_style = "Unix"
max_width = 140
imports_layout = "Horizontal"
merge_imports = true
struct_field_align_threshold = 25
where_single_line = true
edition = "2018"