--- 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