diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-04 11:05:07 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-04 11:05:07 +0300 |
commit | ebb80e5da4811166268bd943b67e2875eb1e33e4 (patch) | |
tree | ab5a29152be117be5f03074c43d425d3c8b6765a /.clang-format | |
parent | add AppVeyor configuration (diff) | |
download | winapi-utf8-ebb80e5da4811166268bd943b67e2875eb1e33e4.tar.gz winapi-utf8-ebb80e5da4811166268bd943b67e2875eb1e33e4.zip |
clang-format formatting fixes
Diffstat (limited to '')
-rw-r--r-- | .clang-format | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 3b07efb..bf44ecc 100644 --- a/.clang-format +++ b/.clang-format @@ -15,6 +15,8 @@ IncludeCategories: Priority: 2 - Regex: '^<boost/' Priority: 3 - - Regex: '.*' + - Regex: '^<.*\.h>$' Priority: 4 + - Regex: '.*' + Priority: 5 ... |