view .clang-format @ 35899:d5457d94e1c9

py3: replace "if ispy3" by pycompat.sysbytes() or util.forcebytestr()
author Yuya Nishihara <yuya@tcha.org>
date Sat, 27 Jan 2018 13:14:06 +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