playerdb-rs/rustfmt.toml

8 lines
209 B
TOML
Raw Permalink Normal View History

2024-04-21 15:23:17 +03:00
unstable_features = true
reorder_imports = true
hard_tabs = true
control_brace_style = "ClosingNextLine"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
edition = "2021"
newline_style = "Unix"