mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-22 00:04:31 +03:00
aa985e6a44
Note that we're using struct/enum align options, which require nightly. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
6 lines
148 B
TOML
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
|