cargo-semver/rustfmt.toml

8 lines
169 B
TOML
Raw Normal View History

2024-08-22 23:23:05 +03:00
reorder_imports = true
hard_tabs = true
control_brace_style = "ClosingNextLine"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
2025-04-05 16:07:32 +03:00
newline_style = "Unix"