Files
bottom/rustfmt.toml
T
ClementTsang f0f1ee129e Minor side update
* Update PR template to be a bit more specific
* Update README to state what version of rust I dev on in contributions
* Update rustfmt to remove another unstable line
2020-02-28 01:12:49 -05:00

14 lines
285 B
TOML

edition = "2018"
max_width = 100
newline_style = "Unix"
reorder_imports = true
fn_args_layout = "Compressed"
empty_item_single_line = false
hard_tabs = true
merge_imports = true
merge_derives = true
reorder_modules = true
reorder_impl_items = true
tab_spaces = 4
format_strings = true