bcachefs-tools/rustfmt.toml
Kent Overstreet aa985e6a44 Format with rustfmt
Note that we're using struct/enum align options, which require nightly.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-05-26 20:38:08 -04:00

6 lines
148 B
TOML

# Default settings, i.e. idiomatic rust
edition = "2021"
newline_style = "Unix"
enum_discrim_align_threshold = 20
struct_field_align_threshold = 20