.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Feb 2018 16:29:35 -0800
changeset 36112 6426878f7f0f
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: use hex(hasher.digest()) .hexdigest() returns a system str. .digest() consistently returns bytes. Differential Revision: https://phab.mercurial-scm.org/D2159

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