rlox/rustfmt.toml
2024-09-01 20:48:32 +02:00

13 lines
355 B
TOML

imports_granularity = "Module"
group_imports = "StdExternalCrate"
# Activation of features, almost objectively better ;)
use_try_shorthand = true
use_field_init_shorthand = true
# Nightly only. Will not run in CI, but please format with these locally
wrap_comments = true
normalize_comments = true
comment_width = 100
condense_wildcard_suffixes = true