aboutsummaryrefslogtreecommitdiff
path: root/common/c++
diff options
context:
space:
mode:
Diffstat (limited to 'common/c++')
-rw-r--r--common/c++/.clang-format6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/c++/.clang-format b/common/c++/.clang-format
index 9f015c9..3290fe2 100644
--- a/common/c++/.clang-format
+++ b/common/c++/.clang-format
@@ -14,12 +14,12 @@ BinPackParameters: false
BraceWrapping:
AfterClass: true
AfterControlStatement: MultiLine
- AfterEnum: true
+ AfterEnum: false
AfterFunction: true
AfterNamespace: false
AfterObjCDeclaration: false
- AfterStruct: true
- AfterUnion: true
+ AfterStruct: false
+ AfterUnion: false
AfterExternBlock: false
BeforeCatch: false
BeforeElse: false