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
+1
View File
@@ -15,6 +15,7 @@ BinPackArguments: true
BinPackParameters: true
BraceWrapping:
AfterCaseLabel: true
AfterClass: true
AfterControlStatement: Always
AfterEnum: true
AfterExternBlock: true