.clang-format
author Yuya Nishihara <yuya@tcha.org>
Tue, 24 Apr 2018 21:29:00 +0900
branchstable
changeset 37815 32a75a8a5b0f
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
import: fix crash on --exact check of empty commit (issue5702)

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