Skip to content

Commit

Permalink
Merge #39: Add a disabled rustfmt.toml
Browse files Browse the repository at this point in the history
b36a0e8 Add a disabled rustfmt.toml (Tobin Harding)

Pull request description:

  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

Top commit has no ACKs.

Tree-SHA512: aaaa2a45c160a4d3450f6a70e0bc90ddcfde39d110b7c3057083bb119c411691b6004df75028548d5f44bc5935abd3bc070374e6def018b0c4de4501d0474aa2
  • Loading branch information
tcharding committed May 19, 2022
2 parents 26a110c + b36a0e8 commit 924451c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
disable_all_formatting = true

0 comments on commit 924451c

Please sign in to comment.