.clang-format
branchstable
changeset 37788 ed5448edcbfa
parent 36224 d0a3fa849cb8
--- a/.clang-format	Wed Apr 04 10:35:09 2018 -0400
+++ b/.clang-format	Wed Apr 18 15:32:08 2018 -0400
@@ -6,3 +6,8 @@
 IndentCaseLabels: false
 AllowShortBlocksOnASingleLine: false
 AllowShortFunctionsOnASingleLine: false
+IncludeCategories:
+  - Regex:           '^<'
+    Priority:        1
+  - Regex:           '^"'
+    Priority:        2