diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-14 22:36:20 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-14 22:38:00 +0300 |
commit | eac7246943bfaabdafcff7506d479f4cbe1ff0cc (patch) | |
tree | d7345a17e10f6b162923bdb89b31dc2298d87d3f /.clang-format | |
parent | add SafeInt as a submodule (diff) | |
download | winapi-debug-eac7246943bfaabdafcff7506d479f4cbe1ff0cc.tar.gz winapi-debug-eac7246943bfaabdafcff7506d479f4cbe1ff0cc.zip |
fix SafeInt usage
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 6 |
1 files changed, 4 insertions, 2 deletions
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: '^<boost/' Priority: 2 - - Regex: '^<.*\.h>$' + - Regex: '^<SafeInt.hpp>$' Priority: 3 - - Regex: '.*' + - Regex: '^<.*\.h>$' Priority: 4 + - Regex: '.*' + Priority: 5 ... |