summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 34cfd02..f8e8f37 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -58,7 +58,7 @@ launching it, in order to run the failing test inside GDB.
58 58
59Your patch should follow the same conventions & pass the same code quality 59Your patch should follow the same conventions & pass the same code quality
60checks as the rest of the project. We're using [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to 60checks as the rest of the project. We're using [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to
61ensure a consistent code-style. Please run it with `clang-format -style=google` 61ensure a consistent code-style. Please run it with `clang-format --style="{BasedOnStyle: google, SortIncludes: false}"`
62before committing, or even better, use a [pre-commit hook](https://github.com/andrewseidl/githook-clang-format). 62before committing, or even better, use a [pre-commit hook](https://github.com/andrewseidl/githook-clang-format).
63 63
64### 6. Make a Pull Request 64### 6. Make a Pull Request