mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
[skip travis] Really redundant rustfmt update.
This commit is contained in:
parent
cbafbfc699
commit
531e6ed76e
@ -1,3 +1,4 @@
|
||||
edition = "2018"
|
||||
max_width = 100
|
||||
newline_style = "Unix"
|
||||
reorder_imports = true
|
||||
@ -8,5 +9,8 @@ hard_tabs = true
|
||||
merge_imports = true
|
||||
merge_derives = true
|
||||
reorder_modules = true
|
||||
space_before_colon = true
|
||||
reorder_impl_items = true
|
||||
tab_spaces = 4
|
||||
format_strings = true
|
||||
space_before_colon = true
|
||||
space_after_colon = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user