Add rustfmt configuration, max_lines 120

master
Kevin Hill 2019-07-25 11:26:34 +02:00
parent 14a2b959e4
commit d9ee8de902
Signed by: gregory
GPG Key ID: 5C3DF72C0C90FFDE
2 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,4 @@ set commentary
"Bind \r to reformat file
:map \r :action ReformatCode<CR>
set clipboard+=ideaput

1
.rustfmt.toml Normal file
View File

@ -0,0 +1 @@
max_width = 120