dfmt icon indicating copy to clipboard operation
dfmt copied to clipboard

keep_line_breaks doesn't indent nested fuction calls in arguments

Open belka-ew opened this issue 4 years ago • 0 comments

     func("first argument 123456789012345678901234567890",
             Class(format!"%s')"(
-                path)));
+            path)));

This only happens with --keep_line_breaks, although dfmt indents the inner arguments with 4 spaces and not with 8 as the external ones.

belka-ew avatar Nov 30 '20 14:11 belka-ew