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