diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-15 21:22:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-15 21:22:50 +0300 |
commit | f6af7c442df3e569492ced730e70d1bc72356c5e (patch) | |
tree | bd18c18acbc131bd43de99c9f03f698eff479a82 /.clang-format | |
parent | workflows/ci: build using VS 2015 also (diff) | |
download | winapi-debug-f6af7c442df3e569492ced730e70d1bc72356c5e.tar.gz winapi-debug-f6af7c442df3e569492ced730e70d1bc72356c5e.zip |
get rid of SafeInt
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 08d4d1d..21ec554 100644 --- a/.clang-format +++ b/.clang-format @@ -14,7 +14,7 @@ IncludeCategories: Priority: 1 - Regex: '^<test_lib\.|^<pdb\/' Priority: 2 - - Regex: '^<boost\/|^<SafeInt\.' + - Regex: '^<boost\/' Priority: 3 - Regex: '^<.*\.h>$' Priority: 4 |