.clang-format
author Augie Fackler <augie@google.com>
Sat, 13 Oct 2018 04:00:57 -0400
changeset 40239 379dd054614b
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: moar passing tests Differential Revision: https://phab.mercurial-scm.org/D5055

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