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