summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-03-06 00:58:01 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2024-03-06 00:58:01 -0500
commitcb6436f527f832cf74aecda2911d8e607534d8f3 (patch)
tree87366f507c2a6b56d06f360c6971d7c3d190a61d /.clang-format
parent3c54ff85622ff7210f8acee00e075b12128567a9 (diff)
parent91e89c06958f1e058de445f9b53205e7eb341d3a (diff)
downloadabaddon-portaudio-cb6436f527f832cf74aecda2911d8e607534d8f3.tar.gz
abaddon-portaudio-cb6436f527f832cf74aecda2911d8e607534d8f3.zip
Merge branch 'master' into classic-channels
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