Skip to content

Commit 29b607d

Browse files
feature: Formatting for namespace
namespaces are an important entity in most places. So let's put the braces on their own lines to improve the boundary markings. Much like with class's.
1 parent 9dd9354 commit 29b607d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ BraceWrapping:
2121
AfterClass: true
2222
AfterEnum: true
2323
AfterFunction: true
24+
AfterNamespace: true
2425
AfterStruct: true
2526
SplitEmptyFunction: false
2627
SplitEmptyRecord: false

0 commit comments

Comments
 (0)