Run cargofmt + add rustfmt.toml

This commit is contained in:
Sébastien Crozet
2020-09-01 17:48:51 +02:00
parent 939e569491
commit ff3ae6a7e0
5 changed files with 7 additions and 0 deletions

3
rustfmt.toml Normal file
View File

@@ -0,0 +1,3 @@
#indent_style = "Block"
#where_single_line = true
#brace_style = "PreferSameLine"