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 5ff1bb7 commit 463d036Copy full SHA for 463d036
native/.clang-format
@@ -1,9 +1,11 @@
1
+# 2025-02-12
2
Language: Cpp
3
BasedOnStyle: LLVM
4
AlignAfterOpenBracket: BlockIndent
5
AlignArrayOfStructures: Left
6
AlignConsecutiveAssignments: true
7
AlignConsecutiveMacros: AcrossComments
8
+AlignEscapedNewlinesLeft: true
9
AlignTrailingComments: true
10
AllowAllArgumentsOnNextLine: false
11
AllowAllParametersOfDeclarationOnNextLine: false
@@ -23,7 +25,6 @@ IndentWidth: 4
23
25
LambdaBodyIndentation: Signature
24
26
MaxEmptyLinesToKeep: 1
27
PenaltyReturnTypeOnItsOwnLine: 1000
-# PointerAlignment: Left # TODO enable this and reformat project
28
QualifierAlignment: Left
29
ReflowComments: true
30
SeparateDefinitionBlocks: Always
0 commit comments