.clang-format
author Boris Feld <boris.feld@octobus.net>
Wed, 17 Jan 2018 16:38:32 +0100
changeset 35760 133a678673cb
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
clone: allow bundle2's stream clone with 'server.disablefullbundle' The previous check was a bit too strict and would not recognize a get bundle not requesting changegroup.

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