.clang-format
author Rodrigo Damazio Bovendorp <rdamazio@google.com>
Tue, 25 Jun 2019 19:30:24 -0700
changeset 42524 f3fa10a5877d
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: use integer division for the value passed to xrange Differential Revision: https://phab.mercurial-scm.org/D6576

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