.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 14 Apr 2018 12:44:40 +0900
changeset 37673 0c6b1ec75b73
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
revset: drop support for posttreebuilthook() (API) AFAIK, the only user was the directaccess extension, which is in core now.

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