.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 01 Sep 2018 15:06:05 +0900
changeset 39600 109b2c2d9942
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
formatter: inline _gettermap and _knownkeys

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