aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.clang-format6
1 files changed, 4 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 0b2be51..c03fddd 100644
--- a/.clang-format
+++ b/.clang-format
@@ -8,8 +8,10 @@ IndentWidth: 4
IncludeCategories:
- Regex: '^".*'
Priority: 1
- - Regex: '^<boost/'
+ - Regex: '^<(bar|baz)\.'
Priority: 2
- - Regex: '.*'
+ - Regex: '^<boost\/'
Priority: 3
+ - Regex: '.*'
+ Priority: 4
...