.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 10 Feb 2018 21:14:41 +0900
changeset 35996 de0666564bde
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
merge with stable

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