.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Feb 2018 18:34:22 -0800
changeset 36147 6eb7d95f8970
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: port string formatting `skipped` is a set of integer revs here. So cast integers to strings using %d. None doesn't cast to an empty string on Python 3. So use '' explicitly. Differential Revision: https://phab.mercurial-scm.org/D2146

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