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 70da9f5 commit b82c720Copy full SHA for b82c720
.clang-format
@@ -3,7 +3,11 @@ AccessModifierOffset: -3
3
AlignAfterOpenBracket: Align
4
AlignConsecutiveAssignments: None
5
# This would be nice to have but seems to also (mis)align function parameters
6
-AlignConsecutiveDeclarations: None
+# AlignFunctionDeclarations: true
7
+AlignConsecutiveDeclarations:
8
+ Enabled: true
9
+ # Part of clang-format 20.1.0
10
+ AlignFunctionDeclarations: true
11
AlignEscapedNewlines: Left
12
AlignOperands: true
13
AlignTrailingComments: true
0 commit comments