.clang-format
author Yuya Nishihara <yuya@tcha.org>
Tue, 02 Jan 2018 17:00:48 +0900
changeset 35643 668c5a527eff
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
log: simplify 'x or ancestors(x)' expression 'ancestors(x)' includes 'x'.

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