diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-13 16:47:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-13 16:59:21 +0300 |
commit | a53523162f6f09d1297780d04679790f35509361 (patch) | |
tree | 6a1e85873d1682aa04bb95a2c094cc0796fb5d05 /.clang-format | |
parent | README: add Travis badge (diff) | |
download | winapi-utf8-a53523162f6f09d1297780d04679790f35509361.tar.gz winapi-utf8-a53523162f6f09d1297780d04679790f35509361.zip |
use SafeInt
Diffstat (limited to '')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index bf44ecc..12345ea 100644 --- a/.clang-format +++ b/.clang-format @@ -13,7 +13,7 @@ IncludeCategories: Priority: 1 - Regex: '^<(winapi)/' Priority: 2 - - Regex: '^<boost/' + - Regex: '^<boost\/|^<SafeInt\.' Priority: 3 - Regex: '^<.*\.h>$' Priority: 4 |