.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 10 Jun 2018 11:53:56 +0900
changeset 38274 7c3a59e2971b
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
debugwalk: show matcher output only if -v/--verbose And drop "egrep -v". This matches the behavior of "hg debugrevspec".

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