poafloc

Parser Of Arguments For Lines Of Commands
git clone git://git.dimitrijedobrota.com/poafloc.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING

commit 9c58f374dcc4ea758cb933a9bc409cc8a398dc6f
parent 8f23f3e512d0d0ea9570d3a424522215cc3300f9
author Dimitrije Dobrota <mail@dimitrijedobrota.com>
date Sat, 8 Jun 2024 19:51:46 +0200

Update clang-format to fix dangling else

Diffstat:
M .clang-format | ++ --

1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/ .clang-format b/ .clang-format

@@ -34,11 +34,11 @@ AlignTrailingComments: true AllowAllArgumentsOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true AllowShortEnumsOnASingleLine: false
AllowShortBlocksOnASingleLine: false
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: true AllowShortLambdasOnASingleLine: All
AllowShortIfStatementsOnASingleLine: Always
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortLoopsOnASingleLine: false AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None