1
0
Fork 0
mirror of synced 2024-05-09 06:52:27 +12:00
czkawka/.rustfmt.toml

6 lines
158 B
TOML
Raw 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"