bottom/rustfmt.toml
Clement Tsang 99fc5fc2c8
refactor: run cargo +nightly fmt with group_imports (#885)
* refactor: add some disabled unstable fmt options

* run cargo +nightly fmt with group_imports

* separate out the cfg-specific imports for clarity
2022-11-10 01:22:19 -05:00

13 lines
299 B
TOML

reorder_imports = true
reorder_modules = true
merge_derives = true
fn_args_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