Files
rust-optimizer/rustfmt.toml
T

11 lines
243 B
TOML
Raw Normal View History

2026-01-30 16:02:42 +01:00
# Nightly Features
#imports_granularity = "Module"
#group_imports = "StdExternalCrate"
2026-01-30 16:02:42 +01:00
#format_strings = true
#format_code_in_doc_comments = true
2026-01-30 16:02:42 +01:00
# Stable Features
merge_derives = true
use_field_init_shorthand = true
use_try_shorthand = true