aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.clang-format
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-10-17 18:39:38 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-10-17 18:48:29 +0300
commit6bcae1956bc6fa03c0692a662d088f6ad9181b19 (patch)
tree13bb4044f9546ad3f519f838b70a1e48dc195d08 /.clang-format
parentcmake: no more target_include_directories hacks (diff)
downloadmath-server-6bcae1956bc6fa03c0692a662d088f6ad9181b19.tar.gz
math-server-6bcae1956bc6fa03c0692a662d088f6ad9181b19.zip
fix .clang-format
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format8
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