bcachefs-tools/rust-src/bch_bindgen/rustfmt.toml
Alexander Fougner 20aecb42d8 rust: use rustfmt defaults
follow the kernel style guide, i.e idiomatic rust style.

Signed-off-by: Alexander Fougner <fougner89@gmail.com>
2023-01-16 09:24:01 +01:00

3 lines
79 B
TOML

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