aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.clang-format
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-10-17 18:47:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-10-17 18:47:50 +0300
commit8fae97c1400493c23853496d0f59a3047bdd3da6 (patch)
tree3290ff482b690343bc70d6b29b32cb63649ee1a5 /.clang-format
parentcmake: minor tweaks (diff)
downloadwinapi-utf8-8fae97c1400493c23853496d0f59a3047bdd3da6.tar.gz
winapi-utf8-8fae97c1400493c23853496d0f59a3047bdd3da6.zip
fix .clang-format
Diffstat (limited to '')
-rw-r--r--.clang-format4
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