.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 11 Nov 2018 20:05:38 +0900
changeset 40764 567e164f89b8
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
blackbox: initialize logger with repo instance The blackboxlogger is unusable without a repo. Let's simply initialize it with a repo instance.

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