mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 12:13:06 +00:00
Updated rustfmt to remove nightly-only features (for now)
This commit is contained in:
parent
bbdd7786ce
commit
520af2b68f
1 changed files with 0 additions and 4 deletions
|
@ -3,11 +3,7 @@ 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
|
||||
|
|
Loading…
Reference in a new issue