aboutsummaryrefslogtreecommitdiff
path: root/source/.clang-format
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2023-09-07 15:41:09 +0200
committerFelix Morgner <felix.morgner@gmail.com>2023-09-07 15:41:09 +0200
commitbbda83f674a97e80cf89bff3d12737dd5ecc3243 (patch)
treeb37a1c465eaa2f999fdde87547a44caaf8ff97e1 /source/.clang-format
parent8e48049013a5a6668d2bd3c1bcb1fbc0ddd9534d (diff)
downloadwanda-bbda83f674a97e80cf89bff3d12737dd5ecc3243.tar.xz
wanda-bbda83f674a97e80cf89bff3d12737dd5ecc3243.zip
wandac: extract cli and commander listener
Diffstat (limited to 'source/.clang-format')
-rw-r--r--source/.clang-format5
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