Files
rust-optimizer/rustfmt.toml
T
2026-01-30 17:24:56 +01:00

11 lines
240 B
TOML

# Nightly Features
imports_granularity = "Module"
group_imports = "StdExternalCrate"
#format_strings = true
format_code_in_doc_comments = true
# Stable Features
merge_derives = true
use_field_init_shorthand = true
use_try_shorthand = true