Files
bottom/rustfmt.toml
2026-01-05 03:59:14 -05:00

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