.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 13 Jan 2018 13:33:55 +0900
changeset 35623 f56f8abbeaf1
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
largefiles: convert EOL of hgrc before appending to bytes IO Text IO is useless on Python 3 as it must be a unicode stream.

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