ruwuma/rustfmt.toml
2017-01-27 22:56:04 +01:00

8 lines
178 B
TOML

match_block_trailing_comma = true
max_width = 80
newline_style = "Unix"
reorder_imported_names = true
reorder_imports = true
use_try_shorthand = true
where_trailing_comma = true