.clang-format
author Boris Feld <boris.feld@octobus.net>
Fri, 27 Oct 2017 21:35:34 +0200
branchstable
changeset 34930 28baeab476cc
parent 34798 e33381d95930
child 36262 d0a3fa849cb8
permissions -rw-r--r--
internal-doc: document the 'phases' parameters to 'getbundle' The getbundle wireprotocol method has some extended documentation. We update it with the next parameters introduced for binary phases.

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