summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-02-15 02:39:09 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-02-15 02:39:09 +0100
commitd7edc7ee544fbf7fe38d0149afb3563f21f450ff (patch)
tree919919cf6fe6f91d4d05d7703c8e643bbda7fead /.clang-format
parent06c55ae15d5b0ad96dd175677403c38d23f1f66b (diff)
downloadsaw-d7edc7ee544fbf7fe38d0149afb3563f21f450ff.zip
Sampler UI
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format6
1 files changed, 3 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format
index 6df0ff7..b4483b5 100644
--- a/.clang-format
+++ b/.clang-format
@@ -45,9 +45,9 @@ AlignConsecutiveDeclarations: Consecutive
AlignEscapedNewlines: Left
AllowShortLambdasOnASingleLine: All
AllowShortFunctionsOnASingleLine: Empty
-AllowShortBlocksOnASingleLine: Always
-AllowShortCaseLabelsOnASingleLine: true
-AllowShortLoopsOnASingleLine: true
+AllowShortBlocksOnASingleLine: Never
+AllowShortCaseLabelsOnASingleLine: false
+AllowShortLoopsOnASingleLine: false
AllowAllArgumentsOnNextLine: true
AllowAllConstructorInitializersOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: true