mirror of
https://github.com/ClementTsang/bottom.git
synced 2024-11-09 04:44:55 +03:00
13 lines
301 B
TOML
13 lines
301 B
TOML
reorder_imports = true
|
|
reorder_modules = true
|
|
merge_derives = true
|
|
fn_params_layout = "Compressed"
|
|
use_field_init_shorthand = true
|
|
tab_spaces = 4
|
|
max_width = 100
|
|
|
|
# Unstable options, disabled by default.
|
|
# group_imports = "StdExternalCrate"
|
|
# wrap_comments = true
|
|
# format_code_in_doc_comments = true
|