From bbda83f674a97e80cf89bff3d12737dd5ecc3243 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 7 Sep 2023 15:41:09 +0200 Subject: wandac: extract cli and commander listener --- source/.clang-format | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source/.clang-format') 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: '' + Priority: 110 # STL Headers - Regex: '<[[:alnum:]._]+(?!\.(h|hpp))>' Priority: 400 -- cgit v1.2.3