mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
10 lines
200 B
TOML
10 lines
200 B
TOML
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
|
|
newline_style = "Unix"
|