Files
rust-optimizer/rustfmt.toml
T

11 lines
240 B
TOML
Raw Normal View History

2026-01-30 16:02:42 +01:00
# 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