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 0af8fe4 commit e0eeb67Copy full SHA for e0eeb67
src/.clang-format
@@ -1,4 +1,6 @@
1
+Language: Cpp
2
AccessModifierOffset: -4
3
+AlignAfterOpenBracket: false
4
AlignEscapedNewlinesLeft: true
5
AlignTrailingComments: true
6
AllowAllParametersOfDeclarationOnNextLine: false
@@ -26,7 +28,6 @@ IndentCaseLabels: false
26
28
IndentFunctionDeclarationAfterType: false
27
29
IndentWidth: 4
30
KeepEmptyLinesAtTheStartOfBlocks: false
-Language: Cpp
31
MaxEmptyLinesToKeep: 2
32
NamespaceIndentation: None
33
ObjCSpaceAfterProperty: false
0 commit comments