diff --git a/.clang-format b/.clang-format index d154da600..c540053d5 100644 --- a/.clang-format +++ b/.clang-format @@ -6,3 +6,5 @@ BasedOnStyle: Google ColumnLimit: 100 IndentWidth: 4 +# We don't want OCLint pragmas to be reformatted. +CommentPragmas: '^!OCLINT'