From 10b3c9e5a8ce46cfbc3c80042fcaf6079f6a8a34 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 24 Mar 2020 19:22:40 +0300 Subject: add some unit tests --- .clang-format | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 79d4ce0..ea7323d 100644 --- a/.clang-format +++ b/.clang-format @@ -12,12 +12,14 @@ SpacesBeforeTrailingComments: 1 IncludeCategories: - Regex: '^".*' Priority: 1 - - Regex: '^$' + - Regex: '^$' + - Regex: '^$' Priority: 4 - - Regex: '.*' + - Regex: '^<.*\.h>$' Priority: 5 + - Regex: '.*' + Priority: 6 ... -- cgit v1.2.3