diff options
Diffstat (limited to 'source/.clang-format')
| -rw-r--r-- | source/.clang-format | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/.clang-format b/source/.clang-format index a1b0b91..b5fcb07 100644 --- a/source/.clang-format +++ b/source/.clang-format @@ -41,8 +41,11 @@ FixNamespaceComments: 'true' IncludeBlocks: Regroup IncludeCategories: # Local Headers - - Regex: '(<|")wanda/.+\.hpp(>|")' + - Regex: '"wanda[cd]?/.+\.hpp"' Priority: 100 + # Local Headers + - Regex: '<wanda[cd]?/.+\.hpp>' + Priority: 110 # STL Headers - Regex: '<[[:alnum:]._]+(?!\.(h|hpp))>' Priority: 400 |
