diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/.clang-format b/.clang-format index fb0d2f6..08d4d1d 100644 --- a/.clang-format +++ b/.clang-format @@ -10,18 +10,14 @@ IndentWidth: 4 SpacesBeforeTrailingComments: 1 IncludeCategories: - - Regex: '^".*' + - Regex: '^".+' Priority: 1 - - Regex: '^<test_lib.*' + - Regex: '^<test_lib\.|^<pdb\/' Priority: 2 - - Regex: '^<pdb/' + - Regex: '^<boost\/|^<SafeInt\.' Priority: 3 - - Regex: '^<boost/' - Priority: 4 - - Regex: '^<SafeInt.hpp>$' - Priority: 5 - Regex: '^<.*\.h>$' - Priority: 6 + Priority: 4 - Regex: '.*' - Priority: 7 + Priority: 5 ... |