aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2025-09-12 23:43:25 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2025-09-12 23:43:25 +0300
commit5a2a20eda7ca20bca2285e4940c4d1140301e8df (patch)
tree587a622190d2efa2a370cef4d0a60f40e5b3db35 /.clang-format
parent7cddd3e1ea648b7c478c00559a23cc10417bc5dd (diff)
downloadc-wares-5a2a20eda7ca20bca2285e4940c4d1140301e8df.tar.gz
c-wares-5a2a20eda7ca20bca2285e4940c4d1140301e8df.zip
clang-format: update it once more
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format20
1 files changed, 18 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index d78aa7a..52bff11 100644
--- a/.clang-format
+++ b/.clang-format
@@ -18,9 +18,25 @@ AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakAfterReturnType: None
-BinPackArguments: true
-BinPackParameters: true
+BinPackArguments: false
+BinPackParameters: false
BitFieldColonSpacing: Both
+BraceWrapping:
+ AfterClass: false
+ AfterControlStatement: false
+ AfterEnum: false
+ AfterFunction: true
+ AfterNamespace: true
+ AfterObjCDeclaration: false
+ AfterStruct: false
+ AfterUnion: false
+ AfterExternBlock: false
+ BeforeCatch: false
+ BeforeElse: false
+ IndentBraces: false
+ SplitEmptyFunction: true
+ SplitEmptyRecord: true
+ SplitEmptyNamespace: true
BreakBeforeBraces: Linux
BreakBeforeBinaryOperators: None
BreakBeforeTernaryOperators: true