Single element arrays should not span multiple lines #603
Labels
C#
Enhancement
Areas for improvement
Output
Output code formatting; hyperlinks/tooltips on output code
Milestone
I think that arrays that contain just one element should not span multiple lines. The current implementation splits the generated code into a minimum of three lines.
Real code (Desired output)
Decompiled Code (Current output)
Optionally, the code can be split over multiple lines if the number of characters exceeds a certain limit (80, for example). That way, shorter arrays appear on one line for brevity while longer ones span multiple lines to improve readability.
The text was updated successfully, but these errors were encountered: