Skip to content

Commit 59527c9

Browse files
committed
clang-format 18.1.3 compatible
1 parent c866088 commit 59527c9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

puma_motor_driver/.clang-format

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ BasedOnStyle: Google
33
AccessModifierOffset: -2
44
ConstructorInitializerIndentWidth: 2
55
AlignAfterOpenBracket: Align
6-
AlignConsecutiveAssignments: true
7-
AlignConsecutiveDeclarations: true
6+
AlignConsecutiveAssignments: Consecutive
7+
AlignConsecutiveDeclarations: Consecutive
88
AlignConsecutiveMacros: AcrossEmptyLines
9-
AlignEscapedNewlines: LeftWithLastLine
9+
AlignEscapedNewlines: Left # Revisit when clang-format is updated
1010
AlignTrailingComments: true
1111
AllowAllParametersOfDeclarationOnNextLine: false
1212
AllowShortIfStatementsOnASingleLine: false
@@ -17,7 +17,8 @@ AlwaysBreakBeforeMultilineStrings: true
1717
BreakBeforeBinaryOperators: false
1818
BreakBeforeTernaryOperators: false
1919
BreakConstructorInitializersBeforeComma: true
20-
BinPackParameters: OnePerLine
20+
BinPackArguments: false # Revisit when clang-format is updated
21+
BinPackParameters: false # Revisit when clang-format is updated
2122
ColumnLimit: 120
2223
ConstructorInitializerAllOnOneLineOrOnePerLine: true
2324
DerivePointerBinding: false

0 commit comments

Comments
 (0)