Closed BriungRi closed 5 months ago
This is a matter of personal preference, as different programmers have different views. Some developers prefer to wrap lines after exceeding the line width, for example, having 3 parameters in the first line and 2 parameters in the second line. This approach saves the number of lines in the source code. We will make adjustments in the next version to meet your expectations, only allowing function call statements to either be on a single line or have each parameter on its own line in a multi-line style.
In other formatters, I tend to see that formatters either keep a function invocation as a single line or break it up every argument into its own line. Feels strange to see it break a function invocation on wherever the column width limit is