.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 28 Jul 2018 16:36:35 +0900
branchstable
changeset 38750 a8bfaf592033
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
doctest: convert matcher root to native path Otherwise it wouldn't be caught by a fast path of pathutil.canonpath(), and fall back to file identity checks.

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