view .clang-format @ 35941:3028a3215a2e

patches: move assignment outside the conditional Having this movement in its own patch will make the next patch clearer.
author Boris Feld <boris.feld@octobus.net>
date Tue, 06 Feb 2018 14:24:16 +0100
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