.clang-format
author Yuya Nishihara <yuya@tcha.org>
Thu, 22 Sep 2016 18:41:51 +0900
changeset 35297 c9144396099b
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
dagop: use heap to compute max rev in filectxancestors()

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