.clang-format
author Augie Fackler <augie@google.com>
Sun, 14 Oct 2018 05:28:01 -0400
changeset 40284 46b55f279571
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
notify: adapt to new location of email module's errors Differential Revision: https://phab.mercurial-scm.org/D5099

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