mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-03 05:20:32 +00:00
19 lines
488 B
TOML
19 lines
488 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
|
|
style_edition = "2024"
|
|
|
|
# Unstable options, disabled by default.
|
|
|
|
# I usually re-enable these periodically and run cargo +nightly fmt.
|
|
# imports_granularity = "Crate"
|
|
# group_imports = "StdExternalCrate"
|
|
|
|
# These sometimes break things, be careful re-enabling them.
|
|
# wrap_comments = true
|
|
# format_code_in_doc_comments = true
|