diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-03-06 00:58:01 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-03-06 00:58:01 -0500 |
commit | cb6436f527f832cf74aecda2911d8e607534d8f3 (patch) | |
tree | 87366f507c2a6b56d06f360c6971d7c3d190a61d /.clang-format | |
parent | 3c54ff85622ff7210f8acee00e075b12128567a9 (diff) | |
parent | 91e89c06958f1e058de445f9b53205e7eb341d3a (diff) | |
download | abaddon-portaudio-cb6436f527f832cf74aecda2911d8e607534d8f3.tar.gz abaddon-portaudio-cb6436f527f832cf74aecda2911d8e607534d8f3.zip |
Merge branch 'master' into classic-channels
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
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 |