From 8deb061efcfc33f5606d6a39e565a6779ccc2a15 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 9 May 2021 00:14:16 +0300 Subject: clang-format: SafeInt is no more --- .clang-format | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.clang-format b/.clang-format index 2f5ef0e..d0eec4c 100644 --- a/.clang-format +++ b/.clang-format @@ -13,14 +13,12 @@ SpacesBeforeTrailingComments: 1 IncludeCategories: - Regex: '^".*' Priority: 1 - - Regex: '^<(winapi)/' + - Regex: '^$' - Priority: 3 - Regex: '^$' - Priority: 5 + Priority: 4 - Regex: '.*' - Priority: 6 + Priority: 5 ... -- cgit v1.2.3