mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
8 lines
168 B
TOML
8 lines
168 B
TOML
edition = "2018"
|
|
max_width = 100
|
|
newline_style = "Unix"
|
|
reorder_imports = true
|
|
fn_args_layout = "Compressed"
|
|
merge_derives = true
|
|
reorder_modules = true
|
|
tab_spaces = 4
|