.clang-format
author Yuya Nishihara <yuya@tcha.org>
Fri, 10 Nov 2017 22:27:26 +0900
branchstable
changeset 35029 e16f68c4abe3
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
dispatch: stop parsing of early boolean option at "--"

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