diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-15 22:18:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-15 22:40:36 +0300 |
commit | 79c19c6a1c400b28f27ca6f44dd11e07ac43ec85 (patch) | |
tree | c934d0c0e2e2abd4fc85324a37d2e402d01a1200 /.clang-format | |
parent | get rid of SafeInt (diff) | |
download | winapi-debug-79c19c6a1c400b28f27ca6f44dd11e07ac43ec85.tar.gz winapi-debug-79c19c6a1c400b28f27ca6f44dd11e07ac43ec85.zip |
switch from Boost.Nowide to winapi-utf8
Diffstat (limited to '')
-rw-r--r-- | .clang-format | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format index 21ec554..e2ecaef 100644 --- a/.clang-format +++ b/.clang-format @@ -14,10 +14,12 @@ IncludeCategories: Priority: 1 - Regex: '^<test_lib\.|^<pdb\/' Priority: 2 - - Regex: '^<boost\/' + - Regex: '^<winapi\/' Priority: 3 - - Regex: '^<.*\.h>$' + - Regex: '^<boost\/' Priority: 4 - - Regex: '.*' + - Regex: '^<.*\.h>$' Priority: 5 + - Regex: '.*' + Priority: 6 ... |