# HG changeset patch # User Augie Fackler # Date 1518660768 18000 # Node ID d0a3fa849cb85170b79d18ad367171b5856d40c6 # Parent 2e07dc514073ab37b9917097da623183a03534c1 formatting: enforce system headers before local headers Differential Revision: https://phab.mercurial-scm.org/D2275 diff -r 2e07dc514073 -r d0a3fa849cb8 .clang-format --- a/.clang-format Mon Feb 12 17:20:20 2018 -0800 +++ b/.clang-format Wed Feb 14 21:12:48 2018 -0500 @@ -6,3 +6,8 @@ IndentCaseLabels: false AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: false +IncludeCategories: + - Regex: '^<' + Priority: 1 + - Regex: '^"' + Priority: 2