include-what-you-use/.clang-format

10 lines
293 B
YAML

BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
CommentPragmas: '^ IWYU:'
SortIncludes: false
SortUsingDeclarations: false