We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d0f7c commit 01c87b3Copy full SHA for 01c87b3
CONTRIBUTING.md
@@ -33,8 +33,9 @@ To contribute:
33
[clang-tidy](https://clang.llvm.org/extra/clang-tidy/) tools can be
34
integrated into your workflow to ensure formatting and stylistic
35
compliance of your changes. To avoid code formatting misalignment with
36
- GitHub Actions check we recommend using 10 version of clang-format tool
37
- (default version on Ubuntu 22.04).
+ the GitHub Actions check we recommend using the same version of clang-format
+ as used in the CI. See `.github/workflows/pr-code-format.yml` for the
38
+ current version.
39
- Use
40
41
```bash
0 commit comments