.clang-format
author Yuya Nishihara <yuya@tcha.org>
Mon, 19 Mar 2018 21:09:23 +0900
changeset 37018 3e74d3cc500f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
highlight: peek Content-Type header set by hgweb There should be no need to re-render the mimetype template since it's set before dispatching webcommands.

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