.clang-format
author Augie Fackler <augie@google.com>
Fri, 24 Aug 2018 10:13:27 -0700
changeset 39259 e00123f63410
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
util: make timedcm require the label (API) Differential Revision: https://phab.mercurial-scm.org/D4350

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