servo/rustfmt.toml
2017-01-03 13:56:39 +01:00

7 lines
187 B
TOML

ideal_width = 80
match_block_trailing_comma = true
max_width = 120
newline_style = "Unix"
normalize_comments = false
struct_lit_multiline_style = "ForceMulti"
where_trailing_comma = true