Submitter | phabricator |
---|---|
Date | Feb. 15, 2018, 4:39 a.m. |
Message ID | <ed1c8325082596c71ef8528d98a0e04f@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27958/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/.clang-format b/.clang-format --- a/.clang-format +++ b/.clang-format @@ -6,3 +6,8 @@ IndentCaseLabels: false AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: false +IncludeCategories: + - Regex: '^<' + Priority: 1 + - Regex: '^"' + Priority: 2