From 8fae97c1400493c23853496d0f59a3047bdd3da6 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Sat, 17 Oct 2020 18:47:50 +0300
Subject: fix .clang-format

---
 .clang-format | 4 ++--
 1 file 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
-- 
cgit v1.2.3