.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 14 Jul 2018 10:51:52 +0900
changeset 38703 b93dc48e74ad
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
hghave: require clang-format >= 6 due to output change

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