.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 05 Apr 2018 14:21:37 +0530
changeset 37357 7c8524efd847
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
children: support specifying revision by revset Same reason as the previous patch. Differential Revision: https://phab.mercurial-scm.org/D3085

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2