czkawka/.rustfmt.toml

6 lines
158 B
TOML
Raw Normal View History

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