]> git.bitcoin.ninja Git - rust-lightning/commit
Add a script to automatically `rustfmt` all required files
authorMatt Corallo <git@bluematt.me>
Mon, 5 Aug 2024 16:59:57 +0000 (16:59 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 5 Aug 2024 17:57:19 +0000 (17:57 +0000)
commit0079ca840ab65a31bb6a3f7ffe4539107cff11f6
tree2b73efedf612fc85739a091f5781f6e6d9e384a8
parentc7419b432312942d99f34298db65738b7cc8f728
Add a script to automatically `rustfmt` all required files

As we now require `rustfmt` pass on a subset of our files, its
helpful to have a script which will automatically format any
required files so that contributors don't need to think too hard
about it.
CONTRIBUTING.md
contrib/run-rustfmt.sh [new file with mode: 0755]