.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 01 Sep 2018 10:23:13 +0900
changeset 39385 34ef6a5a7bcd
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
test-check-py3-compat: update "python3 check-py3-compat.py" output

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