1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-05 18:49:09 +00:00

clang-format: AllowShortBlocksOnASingleLine only if empty (#309)

This commit is contained in:
Nick Briggs
2021-01-27 18:27:16 -08:00
committed by GitHub
parent 1753dd16a3
commit 32daec3c7f

View File

@@ -9,7 +9,7 @@ AlignEscapedNewlinesLeft: true
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: true
AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: true