.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 07 Mar 2018 09:46:53 -0800
changeset 36772 0f3116c08e65
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rebase: remove unused argument "state" from rebasenode() Differential Revision: https://phab.mercurial-scm.org/D2709

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