.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 02 Sep 2018 16:23:34 +0900
changeset 39401 0cbcf962847e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
test-check-py3-compat: don't run py2 part if $PYTHON is python3

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