From 418e850b2b1f76b204af87a5d930f5129055e09a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 13 Sep 2020 13:47:30 +0300 Subject: call_stack: can't noinline w/ MSVC, let's try a DLL --- .clang-format | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index ea7323d..fb0d2f6 100644 --- a/.clang-format +++ b/.clang-format @@ -12,14 +12,16 @@ SpacesBeforeTrailingComments: 1 IncludeCategories: - Regex: '^".*' Priority: 1 - - Regex: '^$' + - Regex: '^$' + - Regex: '^$' Priority: 5 - - Regex: '.*' + - Regex: '^<.*\.h>$' Priority: 6 + - Regex: '.*' + Priority: 7 ... -- cgit v1.2.3