diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2cc4bfc..9358c4d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,4 +52,4 @@ if (blah-blah) { doFooBar(); } ``` -- Do not use tabs and use spaces for intendation \ No newline at end of file +- Format your changes with `clang-format`. You can use it to format a portion of a file: `clang-format --lines=: path/to/file` (number of last line is *inclusive*, i.e. `--lines=15:17` formats lines 15, 16 and 17)