.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 28 Jul 2019 18:16:08 -0700
branchstable
changeset 42660 24cd5b0ba5b3
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
automation: allow exit code of 1 for `hg push` `hg push` exits 1 for no-ops. No-op pushes should be fine in the context of automation.

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