Skip to content
Snippets Groups Projects
Commit d0a3fa84 authored by Augie Fackler's avatar Augie Fackler
Browse files

formatting: enforce system headers before local headers

Differential Revision: https://phab.mercurial-scm.org/D2275
parent 2e07dc51
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,8 @@
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
- Regex: '^<'
Priority: 1
- Regex: '^"'
Priority: 2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment