mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-28 16:14:16 +02:00
chore: change line endings to LF, refactor rustfmt [skip travis]
This commit is contained in:
parent
6dca970541
commit
52a21b9bec
11
rustfmt.toml
11
rustfmt.toml
@ -1,8 +1,9 @@
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
reorder_imports = true
|
||||||
|
reorder_modules = true
|
||||||
|
merge_derives = true
|
||||||
|
fn_args_layout = "Compressed"
|
||||||
|
use_field_init_shorthand = true
|
||||||
|
tab_spaces = 4
|
||||||
max_width = 100
|
max_width = 100
|
||||||
newline_style = "Unix"
|
newline_style = "Unix"
|
||||||
reorder_imports = true
|
|
||||||
fn_args_layout = "Compressed"
|
|
||||||
merge_derives = true
|
|
||||||
reorder_modules = true
|
|
||||||
tab_spaces = 4
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user