.clang-format
author Yuya Nishihara <yuya@tcha.org>
Wed, 03 Jan 2018 15:13:22 +0900
changeset 35685 659dfbd852e2
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
log: extract function that processes log file patterns We'll need a matcher to compute revs followed from the given patterns.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false