bottom/rustfmt.toml
ClementTsang a1923e198c Setup.
2019-09-03 23:27:25 -04:00

11 lines
263 B
TOML

max_width = 200
reorder_imports = true
control_brace_style = "ClosingNextLine"
fn_args_layout = "Compressed"
empty_item_single_line = false
hard_tabs = true
merge_imports = true
merge_derives = true
reorder_modules = true
space_before_colon = true
tab_spaces = 4