.clang-format
author Kyle Lippincott <spectral@google.com>
Thu, 23 Jul 2020 13:31:45 -0700
changeset 45248 a253ded5b03d
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
morestatus: mention --stop even if not using --verbose Differential Revision: https://phab.mercurial-scm.org/D8811

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