.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 10 Mar 2018 19:56:47 +0900
changeset 36839 5b9ae9eca94a
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: make test-commit-interactive.t byte-safe

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