.clang-format
author Augie Fackler <augie@google.com>
Wed, 12 Sep 2018 11:39:48 -0400
changeset 39578 b781709799f6
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: whitelist a test caught by the ratchet Differential Revision: https://phab.mercurial-scm.org/D4547

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