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 5e9fa0f commit 7e785b8Copy full SHA for 7e785b8
.clang-format
@@ -32,6 +32,9 @@ AlignConsecutiveAssignments: false
32
# double b = 3.14;
33
AlignConsecutiveDeclarations: false
34
35
+# Align consecutive macro definitions.
36
+AlignConsecutiveMacros: true
37
+
38
# Align escaped newlines as far left as possible
39
# #define A \
40
# int aaaa; \
0 commit comments