view .clang-format @ 34910:498697fe41f2 stable

exchange: propagate the subfunctions return The parts generator can return a callback to handle server reply. We should propagate the return for correctness.
author Boris Feld <boris.feld@octobus.net>
date Thu, 19 Oct 2017 21:50:14 +0200
parents e33381d95930
children d0a3fa849cb8
line wrap: on
line source

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