2
0
mirror of https://github.com/qarmin/czkawka synced 2024-10-31 21:20:19 +00:00
czkawka/.rustfmt.toml
Rafał Mikrut 5db5d17afb
Use max line length 180 instead 250 (#515)
This was a little too big value.
I don't like too much too small values, because code looks ugly.
2021-12-21 18:44:20 +01:00

4 lines
67 B
TOML

newline_style = "Unix"
max_width = 180
remove_nested_parens = true