We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f759a commit 7732903Copy full SHA for 7732903
.clang-format
@@ -2,17 +2,17 @@ BasedOnStyle: LLVM
2
IndentWidth: 4
3
UseTab: Never
4
BreakBeforeBraces: Custom
5
-BraceWrapping:
+BraceWrapping:
6
AfterClass: true
7
AfterControlStatement: false
8
- AfterEnum: true
9
- AfterFunction: true
+ AfterEnum: true
+ AfterFunction: true
10
AfterNamespace: true
11
- AfterObjCDeclaration: true
12
- AfterStruct: true
13
- AfterUnion: true
14
- BeforeCatch: true
15
- BeforeElse: false
+ AfterObjCDeclaration: true
+ AfterStruct: true
+ AfterUnion: true
+ BeforeCatch: true
+ BeforeElse: false
16
IndentBraces: false
17
18
AlignConsecutiveAssignments: false
0 commit comments