summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-03-06 00:54:53 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2024-03-06 00:54:53 -0500
commit223181e74562a2322650d4c5fa2257a70ad6b3a3 (patch)
tree5ec21a0e208ebf83aceac27af07fdb20abd9abf2 /.clang-format
parent30b901b4df7344021ca79af4bccf95f6e799a37c (diff)
downloadabaddon-portaudio-223181e74562a2322650d4c5fa2257a70ad6b3a3.tar.gz
abaddon-portaudio-223181e74562a2322650d4c5fa2257a70ad6b3a3.zip
clang-format AllowShortIfStatementsOnASingleLine
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 6bd8ca0..6e9ec33 100644
--- a/.clang-format
+++ b/.clang-format
@@ -10,7 +10,7 @@ AllowAllParametersOfDeclarationOnNextLine: 'false'
AllowShortBlocksOnASingleLine: 'true'
AllowShortCaseLabelsOnASingleLine: 'true'
AllowShortFunctionsOnASingleLine: Inline
-AllowShortIfStatementsOnASingleLine: Always
+AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: 'true'
AlwaysBreakAfterDefinitionReturnType: None