.clang-format
author Yuya Nishihara <yuya@tcha.org>
Thu, 02 Apr 2015 23:37:07 +0900
changeset 36244 9ddc884e9a32
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
cmdutil: rewrite makefilename() to use ctx methods

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