.clang-format
author Augie Fackler <augie@google.com>
Tue, 12 Jun 2018 18:49:35 -0400
changeset 38296 42f3a277c8dc
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: fix printenv script on Python 3 Differential Revision: https://phab.mercurial-scm.org/D3725

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