set max line width in rustfmt.toml
This commit is contained in:
parent
55ab18f355
commit
d5b99afe0b
|
@ -1,4 +1,5 @@
|
|||
# Using hard tabs because that's what .editorconfig calls for.
|
||||
# Note, hard tabs is normally false. This is a non-standard setup.
|
||||
# Setting hard_tabs and max_width to match .editorconfig.
|
||||
# Note, This is a non-standard setup.
|
||||
hard_tabs=true
|
||||
tab_spaces=4
|
||||
max_width=120
|
Loading…
Reference in New Issue