.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 27 Jan 2018 17:13:51 +0900
changeset 35942 2da4144e6716
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
py3: format revision number as '%d' in debugrevspec Now "hg debugrevspec" works on Python 3.

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