Skip to content

Commit 9812a47

Browse files
clang-format: Put class braces on a new line (#1283)
1 parent 7fd5324 commit 9812a47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ BinPackArguments: true
1515
BinPackParameters: true
1616
BraceWrapping:
1717
AfterCaseLabel: true
18+
AfterClass: true
1819
AfterControlStatement: Always
1920
AfterEnum: true
2021
AfterExternBlock: true

0 commit comments

Comments
 (0)