You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should csharpier do something similar? The prettier method doesn't seem consistent with other parens that are formatted, but it does keep the line count down.
The text was updated successfully, but these errors were encountered:
I think I prefer the way csharpier does things currently. The parentheses and line breaks seem more logical and readable that way, which I'd personally prioritize over (within reason) line savings.
Currently csharpier formats this way
Prettier formats the same thing this way
Should csharpier do something similar? The prettier method doesn't seem consistent with other parens that are formatted, but it does keep the line count down.
The text was updated successfully, but these errors were encountered: