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 9796a02 commit f4c7b81Copy full SHA for f4c7b81
.cfformat.json
@@ -5,7 +5,9 @@
5
"array.multiline.element_count" : 4,
6
"array.multiline.leading_comma.padding" : true,
7
"array.multiline.leading_comma" : false,
8
- "assignments.consecutive.alignment" : true,
+ "alignment.consecutive.assignments" : true,
9
+ "alignment.consecutive.properties" : true,
10
+ "alignment.consecutive.params" : true,
11
"brackets.padding" : true,
12
"comment.asterisks" : "align",
13
"binary_operators.padding" : true,
@@ -51,4 +53,4 @@
51
53
"struct.multiline.element_count" : 4,
52
54
"struct.multiline.min_length" : 40,
55
"tab_indent" : true
-}
56
+}
0 commit comments