1
0
Fork 0
mirror of synced 2024-09-21 11:55:10 +12: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

3 lines
67 B
TOML

newline_style = "Unix"
max_width = 180
remove_nested_parens = true