diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.clang-format b/.clang-format index d41318ec7..6e9ab97ca 100644 --- a/.clang-format +++ b/.clang-format @@ -45,14 +45,16 @@ ForEachMacros: - BOOST_FOREACH IncludeBlocks: Merge IncludeCategories: - - Regex: '^"(uhd)/' + - Regex: '^"' Priority: 1 - - Regex: '^"(uhdlib)/' + - Regex: '^"(uhd)/' Priority: 2 - - Regex: '^<(uhd)/' + - Regex: '^"(uhdlib)/' Priority: 3 - - Regex: '^<(uhdlib)/' + - Regex: '^<(uhd)/' Priority: 4 + - Regex: '^<(uhdlib)/' + Priority: 5 - Regex: '^<(boost)/' Priority: 98 - Regex: '^<[a-z]*>$' |