.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Feb 2018 13:00:00 -0800
changeset 36039 c1e01b1d5543
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: fix file i/o in test-status.t Use raw string literal for open() mode and pass the proper data type to write(). Differential Revision: https://phab.mercurial-scm.org/D2140

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