Skip to content

Commit 463d036

Browse files
committed
Update .clang-format
1 parent 5ff1bb7 commit 463d036

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

native/.clang-format

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
# 2025-02-12
12
Language: Cpp
23
BasedOnStyle: LLVM
34
AlignAfterOpenBracket: BlockIndent
45
AlignArrayOfStructures: Left
56
AlignConsecutiveAssignments: true
67
AlignConsecutiveMacros: AcrossComments
8+
AlignEscapedNewlinesLeft: true
79
AlignTrailingComments: true
810
AllowAllArgumentsOnNextLine: false
911
AllowAllParametersOfDeclarationOnNextLine: false
@@ -23,7 +25,6 @@ IndentWidth: 4
2325
LambdaBodyIndentation: Signature
2426
MaxEmptyLinesToKeep: 1
2527
PenaltyReturnTypeOnItsOwnLine: 1000
26-
# PointerAlignment: Left # TODO enable this and reformat project
2728
QualifierAlignment: Left
2829
ReflowComments: true
2930
SeparateDefinitionBlocks: Always

0 commit comments

Comments
 (0)