X-Git-Url: https://git.xinqibao.xyz/dotfiles.git/blobdiff_plain/c567950bef825e252b85d8bf7f58ad311fbe6e03..9fd073273405b8309f3fa57184f6cde479ca48b9:/.clang-format diff --git a/.clang-format b/.clang-format index d1f7671..32b5af2 100644 --- a/.clang-format +++ b/.clang-format @@ -67,14 +67,14 @@ ForEachMacros: - BOOST_FOREACH IncludeBlocks: Regroup IncludeCategories: - - Regex: '^' - Priority: 2 - Regex: '^<.*\.h>' Priority: 1 - Regex: '^<.*' Priority: 2 - - Regex: '.*' + - Regex: '^"common/.*"' Priority: 3 + - Regex: '.*' + Priority: 4 IncludeIsMainRegex: '([-_](test|unittest))?$' IndentCaseLabels: true IndentPPDirectives: None