diff options
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
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 | ||
| 59 | Your patch should follow the same conventions & pass the same code quality | 59 | Your patch should follow the same conventions & pass the same code quality |
| 60 | checks as the rest of the project. We're using [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to | 60 | checks as the rest of the project. We're using [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to |
| 61 | ensure a consistent code-style. Please run it with `clang-format -style=google` | 61 | ensure a consistent code-style. Please run it with `clang-format --style="{BasedOnStyle: google, SortIncludes: false}"` |
| 62 | before committing, or even better, use a [pre-commit hook](https://github.com/andrewseidl/githook-clang-format). | 62 | before 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 |
