Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ your changes:

* Ensure the code follows the
[Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).
Running `clang-format -style=file -i [modified-files]` can help.
* Format modified C++ files with clang-format-16: `clang-format-16 -style=file -i [modified-files]`
* Code should target C++17
* Create a pull request (PR) with your patch.
* 1 PR = 1 change. If you want to add 3 features, that's 3 PRs.
Expand Down
Loading