Skip to content

Commit d97fe63

Browse files
committed
README: add notice about cargo fmt
1 parent ba08436 commit d97fe63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ cargo build --all
2222

2323
# run all tests
2424
cargo test --all
25+
26+
# format before commiting anything
27+
cargo fmt --all
2528
```
2629

2730
## Generate .kdc from .dbc

0 commit comments

Comments
 (0)