config clang-format to ignore oclint pragmas

This commit is contained in:
Kurtis Rader 2016-05-04 18:08:26 -07:00
parent 4246cfa95c
commit d4b5620bb3

View file

@ -6,3 +6,5 @@
BasedOnStyle: Google
ColumnLimit: 100
IndentWidth: 4
# We don't want OCLint pragmas to be reformatted.
CommentPragmas: '^!OCLINT'