Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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