.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 31 Jan 2018 10:41:27 -0800
changeset 35857 a42455b3dbf8
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
wireprotoserver: rename call to callhttp In the context of multiple handlers, call() is ambiguous. Differential Revision: https://phab.mercurial-scm.org/D1966

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