Skip to content

Commit eb56ce0

Browse files
committed
Update CONTRIBUTING.md
To reflect the 'make format' new target.
1 parent 1633982 commit eb56ce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ To maintain a uniform style across languages, run:
5555
* `clang-format -i *.{c,h}` to apply the project’s C/C++ formatting rules from the up-to-date .clang-format file.
5656
* `shfmt -w $(find . -type f -name "*.sh")` to clean and standardize all shell scripts.
5757
* `black .` to enforce a consistent, idiomatic layout for Python code.
58+
* `make format` to automatically run all three formatters.
5859

5960
## Coding Style for Shell Script
6061

0 commit comments

Comments
 (0)