ext4-rs/rustfmt.toml

15 lines
375 B
TOML
Raw Permalink Normal View History

2025-07-15 16:45:08 +02:00
imports_granularity = "Module"
group_imports = "StdExternalCrate"
2025-07-29 20:35:41 +02:00
fn_call_width = 80
2025-07-15 16:45:08 +02:00
# 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