Skip to content

Commit b1ba59b

Browse files
committed
Update CONTRIBUTING.md
- To reflect the 'make format' new target. - Remove 'or later' to use clang-format-18 for consistency.
1 parent 11d8684 commit b1ba59b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@ However, participation requires adherence to fundamental ground rules:
4747
For instance, opt for "initialize" over "initialise" and "color" rather than "colour".
4848

4949
Software requirement:
50-
* [clang-format](https://clang.llvm.org/docs/ClangFormat.html) version 18 or later.
50+
* [clang-format](https://clang.llvm.org/docs/ClangFormat.html) version 18.
5151
* [shfmt](https://github.com/mvdan/sh).
5252
* [black](https://github.com/psf/black) version 25.1.0.
5353

5454
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)