view .clang-format @ 35902:2da4144e6716

py3: format revision number as '%d' in debugrevspec Now "hg debugrevspec" works on Python 3.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 27 Jan 2018 17:13:51 +0900
parents e33381d95930
children d0a3fa849cb8
line wrap: on
line source

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