summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-02-28 18:59:55 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-02-28 18:59:55 +0100
commitc6474ea8adbbc21878eebaecbca748fa4f65f8ee (patch)
treef97b63e5f6f7eb338a87d0ebe254f19aa5370cde /.clang-format
parent6b66eeb568180591e263eb42766beb44c4d6448c (diff)
downloadkit-c6474ea8adbbc21878eebaecbca748fa4f65f8ee.zip
format config
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index b4483b5..11fb6f9 100644
--- a/.clang-format
+++ b/.clang-format
@@ -45,7 +45,7 @@ AlignConsecutiveDeclarations: Consecutive
AlignEscapedNewlines: Left
AllowShortLambdasOnASingleLine: All
AllowShortFunctionsOnASingleLine: Empty
-AllowShortBlocksOnASingleLine: Never
+AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowAllArgumentsOnNextLine: true