ChatGPT/rustfmt.toml

14 lines
333 B
TOML
Raw Permalink Normal View History

2023-01-21 05:25:20 +00:00
max_width = 100
hard_tabs = false
2024-05-20 10:39:17 +00:00
tab_spaces = 4
2023-01-21 05:25:20 +00:00
newline_style = "Auto"
use_small_heuristics = "Default"
reorder_imports = true
reorder_modules = true
remove_nested_parens = true
edition = "2021"
merge_derives = true
use_try_shorthand = false
use_field_init_shorthand = false
force_explicit_abi = true
# imports_granularity = "Crate"