.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 21 Jan 2018 14:28:03 +0900
changeset 35954 386c1e45e671
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
logcmdutil: drop default arguments from changesetdisplayer/templater() calls

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