Add '// IWYU:' to known clang-format comment pragmas

This makes sure formatting doesn't line-wrap diagnostic checks in tests.
This commit is contained in:
Kim Gräsman 2023-01-04 11:00:35 +01:00
parent fe86edad2e
commit d83677176c
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@ AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
CommentPragmas: '^ IWYU:'
SortIncludes: false
SortUsingDeclarations: false