mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 05:34:57 +02:00
Removed rustfmt lines that weren't working on stable...
This commit is contained in:
parent
792be871e8
commit
8a95f91442
@ -2,7 +2,6 @@ edition = "2018"
|
|||||||
max_width = 100
|
max_width = 100
|
||||||
newline_style = "Unix"
|
newline_style = "Unix"
|
||||||
reorder_imports = true
|
reorder_imports = true
|
||||||
control_brace_style = "ClosingNextLine"
|
|
||||||
fn_args_layout = "Compressed"
|
fn_args_layout = "Compressed"
|
||||||
empty_item_single_line = false
|
empty_item_single_line = false
|
||||||
hard_tabs = true
|
hard_tabs = true
|
||||||
@ -12,5 +11,4 @@ reorder_modules = true
|
|||||||
reorder_impl_items = true
|
reorder_impl_items = true
|
||||||
tab_spaces = 4
|
tab_spaces = 4
|
||||||
format_strings = true
|
format_strings = true
|
||||||
space_before_colon = true
|
|
||||||
space_after_colon = true
|
space_after_colon = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user