From d4b5620bb33c1ccce693a0dff93da8713e87f4d8 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Wed, 4 May 2016 18:08:26 -0700 Subject: config clang-format to ignore oclint pragmas --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-format b/.clang-format index d154da60..c540053d 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' -- cgit v1.2.3