.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 15 Dec 2018 17:52:14 +0900
changeset 40992 1de3364320af
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: filter out uninteresting log events This helps adding more log()s without updating the tests.

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