Add a disabled rustfmt.toml

We do not currently use `rustfmt`, this is a nuisance for devs who
routinely work on code bases that do use rustfmt who often have their
editors set to format on save. We can make the life of such devs much
better by explicitly disabling formatting using `rustfmt.toml`.

ref: https://rust-lang.github.io/rustfmt/?version=v1.4.38&search=#disable_all_formatting
This commit is contained in:
Tobin Harding 2022-01-21 10:00:46 +11:00
parent a9f0ec2258
commit 20fe3a14dc
1 changed files with 1 additions and 0 deletions

1
rustfmt.toml Normal file
View File

@ -0,0 +1 @@
disable_all_formatting = true