We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7c86f commit f003239Copy full SHA for f003239
tests/allman/issue0586_keep_line_breaks.d.ref
@@ -0,0 +1,7 @@
1
+void test()
2
+{
3
+ return Struct(
4
+ foo: field.foo,
5
+ bar: field.bar,
6
+ baz: field.baz);
7
+}
tests/issue0586_keep_line_breaks.args
@@ -0,0 +1 @@
+--keep_line_breaks true
tests/issue0586_keep_line_breaks.d
+foo: field.foo,
+bar: field.bar,
+baz: field.baz);
tests/knr/issue0586_keep_line_breaks.d.ref
tests/otbs/issue0586_keep_line_breaks.d.ref
@@ -0,0 +1,6 @@
+void test() {
0 commit comments