config/rustfmt/rustfmt.toml

6 lines
110 B
TOML
Raw Normal View History

2023-09-17 14:32:35 -07:00
edition = "2021"
brace_style = "AlwaysNextLine"
hard_tabs = true
tab_spaces = 3
imports_granularity = "Crate"