.clang-format
author Yuya Nishihara <yuya@tcha.org>
Fri, 17 Aug 2018 10:21:25 +0900
changeset 39135 485a3349d5ee
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
rebase: do not pass in user option to rollback in-memory merge conflict Nothing passed before e9e742bd0501.

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