From 6bcae1956bc6fa03c0692a662d088f6ad9181b19 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 17 Oct 2020 18:39:38 +0300 Subject: fix .clang-format --- .clang-format | 8 ++++---- 1 file 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: '^