diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-02-15 02:39:09 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-02-15 02:39:09 +0100 |
commit | d7edc7ee544fbf7fe38d0149afb3563f21f450ff (patch) | |
tree | 919919cf6fe6f91d4d05d7703c8e643bbda7fead /.clang-format | |
parent | 06c55ae15d5b0ad96dd175677403c38d23f1f66b (diff) | |
download | saw-d7edc7ee544fbf7fe38d0149afb3563f21f450ff.zip |
Sampler UI
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 6 |
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 |