From d373bc6ed0c3b97526fc350b01d2d407409d0fce Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 14 Sep 2020 02:17:43 +0300 Subject: clang-format: regroup #includes --- .clang-format | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index fb0d2f6..08d4d1d 100644 --- a/.clang-format +++ b/.clang-format @@ -10,18 +10,14 @@ IndentWidth: 4 SpacesBeforeTrailingComments: 1 IncludeCategories: - - Regex: '^".*' + - Regex: '^".+' Priority: 1 - - Regex: '^$' - Priority: 5 - Regex: '^<.*\.h>$' - Priority: 6 + Priority: 4 - Regex: '.*' - Priority: 7 + Priority: 5 ... -- cgit v1.2.3