gamo/rustfmt.toml

8 lines
209 B
TOML
Raw Normal View History

2024-03-23 13:08:02 +02: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"