diff --git a/.clang-format b/.clang-format index afd9018..e993064 100644 --- a/.clang-format +++ b/.clang-format @@ -4,5 +4,6 @@ AllowShortIfStatementsOnASingleLine: false AllowShortFunctionsOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false AllowShortLoopsOnASingleLine: false +CommentPragmas: '^ IWYU:' SortIncludes: false SortUsingDeclarations: false