.clang-format
author Yuya Nishihara <yuya@tcha.org>
Tue, 06 Feb 2018 22:55:02 +0900
changeset 36048 46a54de96a54
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
merge: cut import cycle at merge -> extensions This seems less bad because checking fsmonitor looks like a temporary hack, and cmdutil -> mergemod should be a valid dependency.

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