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 6b2efcd commit b5723dbCopy full SHA for b5723db
CONTRIBUTING.md
@@ -10,6 +10,12 @@
10
11
#### Did you write a patch that fixes a bug?
12
13
+* Please ensure code is formatted as per clang-format `{BasedOnStyle: llvm, IndentWidth: 4}` style.
14
+
15
+ ```
16
+ find . -iname *.h -o -iname *.c -o -iname *.cpp -o -iname *.hpp -o -iname *.tcc | xargs clang-format --style="{BasedOnStyle: llvm, IndentWidth: 4}" -i
17
18
19
* Open a new GitHub pull request with the patch.
20
21
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
0 commit comments