set max line width in rustfmt.toml

This commit is contained in:
Andrew Dirksen 2018-11-13 16:51:12 -08:00
parent 55ab18f355
commit d5b99afe0b
1 changed files with 3 additions and 2 deletions

View File

@ -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