.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 01 Apr 2017 17:12:48 +0900
changeset 35561 4c3a4bb31c0e
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
revsetlang: raise ParseError to report invalid format character It's more common in revset and templater than raising Abort. I have a couple more patches to address exceptions caused by bad format string passed to revset() template function.

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