1
0
Fork 0
mirror of synced 2024-04-26 08:42:07 +12:00
czkawka/.rustfmt.toml

6 lines
158 B
TOML
Raw Permalink Normal View History

2020-08-27 06:49:17 +12:00
newline_style = "Unix"
max_width = 180
2020-08-27 06:49:17 +12:00
remove_nested_parens = true
# Enable only with nightly channel via - cargo +nightly fmt
imports_granularity = "Module"