diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index 12345ea..2beff00 100644 --- a/.clang-format +++ b/.clang-format @@ -9,9 +9,9 @@ IndentWidth: 4 SpacesBeforeTrailingComments: 1 IncludeCategories: - - Regex: '^".*' + - Regex: '^".+' Priority: 1 - - Regex: '^<(winapi)/' + - Regex: '^<winapi\/' Priority: 2 - Regex: '^<boost\/|^<SafeInt\.' Priority: 3 |