clang-format: Put class braces on a new line (#1283)

This commit is contained in:
goeiecool9999 2024-08-08 19:35:50 +02:00 committed by GitHub
parent 7fd532436d
commit 9812a47cb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@ BinPackArguments: true
BinPackParameters: true
BraceWrapping:
AfterCaseLabel: true
AfterClass: true
AfterControlStatement: Always
AfterEnum: true
AfterExternBlock: true