diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-09-12 23:43:25 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-09-12 23:43:25 +0300 |
commit | 5a2a20eda7ca20bca2285e4940c4d1140301e8df (patch) | |
tree | 587a622190d2efa2a370cef4d0a60f40e5b3db35 | |
parent | 7cddd3e1ea648b7c478c00559a23cc10417bc5dd (diff) | |
download | c-wares-5a2a20eda7ca20bca2285e4940c4d1140301e8df.tar.gz c-wares-5a2a20eda7ca20bca2285e4940c4d1140301e8df.zip |
clang-format: update it once more
-rw-r--r-- | .clang-format | 20 |
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 |