.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Feb 2018 15:58:31 -0800
changeset 36107 bff95b002e33
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
py3: open patches.queue in binary mode And switch to using the context manager form of open() while we're here. Differential Revision: https://phab.mercurial-scm.org/D2153

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