# HG changeset patch # User Augie Fackler # Date 2018-02-15 02:12:48 # Node ID d0a3fa849cb85170b79d18ad367171b5856d40c6 # Parent 2e07dc514073ab37b9917097da623183a03534c1 formatting: enforce system headers before local headers Differential Revision: https://phab.mercurial-scm.org/D2275 diff --git a/.clang-format b/.clang-format --- a/.clang-format +++ b/.clang-format @@ -6,3 +6,8 @@ AllowShortIfStatementsOnASingleLine: fal IndentCaseLabels: false AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: false +IncludeCategories: + - Regex: '^<' + Priority: 1 + - Regex: '^"' + Priority: 2