.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 07 Sep 2018 14:48:38 -0700
changeset 39477 8eb2145ff0fb
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
ancestors: add nullrev to set from the beginning Differential Revision: https://phab.mercurial-scm.org/D4507

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