Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit c85dd7d

Browse files
committed
Merge #141: Add a disabled rustfmt.toml
bd59192 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 ACKs for top commit: apoelstra: ACK bd59192 Tree-SHA512: 0a3a11f305f8e556ae9ba511c2057dda159b85ee9f44d78305b4d473156ef033da98ce63c8917aa0eb9bba26565180777e8562fe97933452246de9686edeecd8
2 parents db17b1c + bd59192 commit c85dd7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
disable_all_formatting = true

0 commit comments

Comments
 (0)