.clang-format
author Augie Fackler <augie@google.com>
Fri, 12 Oct 2018 12:52:49 -0400
changeset 40238 c4bc54a634b4
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: one new passing tests Differential Revision: https://phab.mercurial-scm.org/D5006

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