.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sun, 22 Oct 2017 22:52:36 +0900
changeset 35546 5e1d4ccab455
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
graphlog: remove redundant check for empty revs

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