Skip to content

Commit da3c24c

Browse files
committed
Merge #383: Add a disabled rustfmt.toml
20fe3a1 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 20fe3a1 Tree-SHA512: 63a7f9c64886cf85e15748c28137a9e642de74890c0b5194fafe3b6c0f9243662b9b7c19c04fbf56e9dd4b14449b07cefd163f69ccfa7e4ffe7dbc3df60b34ff
2 parents a9f0ec2 + 20fe3a1 commit da3c24c

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)