diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-17 18:39:38 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-17 18:48:29 +0300 |
commit | 6bcae1956bc6fa03c0692a662d088f6ad9181b19 (patch) | |
tree | 13bb4044f9546ad3f519f838b70a1e48dc195d08 | |
parent | cmake: no more target_include_directories hacks (diff) | |
download | math-server-6bcae1956bc6fa03c0692a662d088f6ad9181b19.tar.gz math-server-6bcae1956bc6fa03c0692a662d088f6ad9181b19.zip |
fix .clang-format
-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 |