diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-17 18:47:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-17 18:47:50 +0300 |
commit | 8fae97c1400493c23853496d0f59a3047bdd3da6 (patch) | |
tree | 3290ff482b690343bc70d6b29b32cb63649ee1a5 | |
parent | cmake: minor tweaks (diff) | |
download | winapi-utf8-8fae97c1400493c23853496d0f59a3047bdd3da6.tar.gz winapi-utf8-8fae97c1400493c23853496d0f59a3047bdd3da6.zip |
fix .clang-format
-rw-r--r-- | .clang-format | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index 12345ea..2beff00 100644 --- a/.clang-format +++ b/.clang-format @@ -9,9 +9,9 @@ IndentWidth: 4 SpacesBeforeTrailingComments: 1 IncludeCategories: - - Regex: '^".*' + - Regex: '^".+' Priority: 1 - - Regex: '^<(winapi)/' + - Regex: '^<winapi\/' Priority: 2 - Regex: '^<boost\/|^<SafeInt\.' Priority: 3 |