From eac7246943bfaabdafcff7506d479f4cbe1ff0cc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 14 Jan 2020 22:36:20 +0300 Subject: fix SafeInt usage --- .clang-format | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 070e7af..79d4ce0 100644 --- a/.clang-format +++ b/.clang-format @@ -14,8 +14,10 @@ IncludeCategories: Priority: 1 - Regex: '^$' + - Regex: '^$' Priority: 3 - - Regex: '.*' + - Regex: '^<.*\.h>$' Priority: 4 + - Regex: '.*' + Priority: 5 ... -- cgit v1.2.3