diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 3b07efb..bf44ecc 100644 --- a/.clang-format +++ b/.clang-format @@ -15,6 +15,8 @@ IncludeCategories: Priority: 2 - Regex: '^<boost/' Priority: 3 - - Regex: '.*' + - Regex: '^<.*\.h>$' Priority: 4 + - Regex: '.*' + Priority: 5 ... |