.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 31 Jan 2018 11:19:47 -0800
changeset 35909 c9faf3a2eef1
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
wireprotoserver: remove sshserver.getarg() AFAICT the last consumer of this helper method was removed by d054cc5c7737 in 2010. Differential Revision: https://phab.mercurial-scm.org/D1987

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