aboutsummaryrefslogtreecommitdiff
path: root/source/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'source/.clang-format')
-rw-r--r--source/.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/.clang-format b/source/.clang-format
index fbcf7e4..89505b6 100644
--- a/source/.clang-format
+++ b/source/.clang-format
@@ -41,7 +41,7 @@ FixNamespaceComments: 'true'
IncludeBlocks: Regroup
IncludeCategories:
# Local Headers
- - Regex: '"(.*/)+/.+\.hpp"'
+ - Regex: '"(.*/?)+/.+\.hpp"'
Priority: 100
# STL Headers
- Regex: '<[[:alnum:]._]+(?!\.(h|hpp))>'