diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-02-28 18:59:55 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-02-28 18:59:55 +0100 |
commit | c6474ea8adbbc21878eebaecbca748fa4f65f8ee (patch) | |
tree | f97b63e5f6f7eb338a87d0ebe254f19aa5370cde /.clang-format | |
parent | 6b66eeb568180591e263eb42766beb44c4d6448c (diff) | |
download | kit-c6474ea8adbbc21878eebaecbca748fa4f65f8ee.zip |
format config
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
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 |