From a64964a2219bdfe5906b9de3838d0b97e1b1edb5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 24 Feb 2021 21:16:48 +0300 Subject: use SafeInt to make integers a bit more safe --- .clang-format | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 4e77355..2f5ef0e 100644 --- a/.clang-format +++ b/.clang-format @@ -15,10 +15,12 @@ IncludeCategories: Priority: 1 - Regex: '^<(winapi)/' Priority: 2 - - Regex: '^$' Priority: 3 - - Regex: '^<.*\.h>$' + - Regex: '^$' Priority: 5 + - Regex: '.*' + Priority: 6 ... -- cgit v1.2.3