diff options
-rw-r--r-- | .clang-format | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.clang-format b/.clang-format index 4b62047..adfca51 100644 --- a/.clang-format +++ b/.clang-format @@ -10,13 +10,13 @@ IndentWidth: 4 SpacesBeforeTrailingComments: 1 IncludeCategories: - - Regex: '^".*' + - Regex: '^".+' Priority: 1 - - Regex: '^<(server|lexer)/' + - Regex: '^<(common|lexer|parser)\/' Priority: 2 - - Regex: '^<benchmark/' + - Regex: '^<benchmark\/' Priority: 3 - - Regex: '^<boost/' + - Regex: '^<boost\/' Priority: 4 - Regex: '.*' Priority: 5 |