Commit 8b0b0e2
committed
Update
In LDK Node we found a `rustfmt.toml` that enables a few nice `nightly`
features (such as automatic import grouping) while being backwards
compatible with `rustfmt` stable. That means that in day-to-day we can
continue to just do `cargo fmt`, but then have a simple weekly `rustfmt`
job that cleans up the codebase a bit more.rustfmt.toml to support nightly flags1 parent ebef52e commit 8b0b0e2
1 file changed
Lines changed: 13 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments