.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 10 Jun 2018 11:55:52 +0900
changeset 38275 dbf31732ef64
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
debugwalk: pretty-print nested matcher While porting filesets to composition of matchers, I found the original one-liner was hard to read.

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