.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 01 Apr 2017 17:44:07 +0900
changeset 35594 468d7a1f6633
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
revsetlang: catch invalid value passed to formatspec() The scope of AttributeError is narrowed because it's more likely to be triggered by mistake.

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