diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-02-16 02:26:18 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-02-16 02:26:18 +0100 |
commit | db5cfc7428dbef897f31836732960766563ea0e8 (patch) | |
tree | bc3ea8a8219bb9456cf0707f5d4f01913b0e8078 /.clang-format | |
parent | d0c2e327561618241ac7f198fdaa797d6d9a6b7a (diff) | |
download | kit-db5cfc7428dbef897f31836732960766563ea0e8.zip |
Remove unused macro; Update clang format config
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 |