.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 21 Jan 2018 13:40:31 +0900
changeset 36002 f8ad57d24252
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
log: pass ctx to makefilematcher() and makehunksfilter() functions This isn't important, but seems more consistent as changesetprinter.show() takes a ctx, not a revision number.

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