summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-02-16 02:26:18 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-02-16 02:26:18 +0100
commitdb5cfc7428dbef897f31836732960766563ea0e8 (patch)
treebc3ea8a8219bb9456cf0707f5d4f01913b0e8078 /.clang-format
parentd0c2e327561618241ac7f198fdaa797d6d9a6b7a (diff)
downloadkit-db5cfc7428dbef897f31836732960766563ea0e8.zip
Remove unused macro; Update clang format config
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