.clang-format
author Augie Fackler <augie@google.com>
Thu, 12 Apr 2018 13:25:54 -0400
changeset 37608 fa4b39bb0a07
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: whitelist another six passing tests Differential Revision: https://phab.mercurial-scm.org/D3286

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