view .clang-format @ 40992:1de3364320af

tests: filter out uninteresting log events This helps adding more log()s without updating the tests.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 15 Dec 2018 17:52:14 +0900
parents d0a3fa849cb8
children
line wrap: on
line source

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