.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 21 Jan 2018 13:47:06 +0900
changeset 35953 64f4a6808704
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
logcmdutil: make default parameters of changesetprinters consistent

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