diff options
author | rtk0c <[email protected]> | 2022-06-27 00:15:35 +0000 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-06-27 00:15:35 +0000 |
commit | 1a8cffddf383872b84d0df9acef5662e02189f2b (patch) | |
tree | 5ab6ecb6a0e864db9cda68c563a4e52ae5b7be86 /common | |
parent | 3250fc72f906797f113855cf9dde4e7803a66bd9 (diff) |
(From git) Update code style, misc clean up
git-svn-id: file:///home/arch/svn/epistmool/trunk@6 71f44415-077c-4ad7-a976-72ddbf76608f
Diffstat (limited to 'common')
-rw-r--r-- | common/c++/.clang-format | 6 |
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 |