.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 01 Feb 2018 08:54:48 -0800
changeset 35988 04231e893a12
parent 34798 e33381d95930
child 36224 d0a3fa849cb8
permissions -rw-r--r--
wireprotoserver: rename abstractserverproto and improve docstring The docstring isn't completely accurate for the current state of the world. But it does describe the direction future patches will be taking things. Differential Revision: https://phab.mercurial-scm.org/D2065

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