.clang-format
author Yuya Nishihara <yuya@tcha.org>
Sat, 13 Jan 2018 13:31:27 +0900
changeset 35622 e925f33ac088
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
share: convert EOL of hgrc before writing 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