Mercurial > hg
comparison .clang-format @ 36224:d0a3fa849cb8
formatting: enforce system headers before local headers
Differential Revision: https://phab.mercurial-scm.org/D2275
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 14 Feb 2018 21:12:48 -0500 |
parents | e33381d95930 |
children |
comparison
equal
deleted
inserted
replaced
36223:2e07dc514073 | 36224:d0a3fa849cb8 |
---|---|
4 BreakBeforeBraces: Linux | 4 BreakBeforeBraces: Linux |
5 AllowShortIfStatementsOnASingleLine: false | 5 AllowShortIfStatementsOnASingleLine: false |
6 IndentCaseLabels: false | 6 IndentCaseLabels: false |
7 AllowShortBlocksOnASingleLine: false | 7 AllowShortBlocksOnASingleLine: false |
8 AllowShortFunctionsOnASingleLine: false | 8 AllowShortFunctionsOnASingleLine: false |
9 IncludeCategories: | |
10 - Regex: '^<' | |
11 Priority: 1 | |
12 - Regex: '^"' | |
13 Priority: 2 |