belav / csharpier

CSharpier is an opinionated code formatter for c#.
https://csharpier.com
MIT License
1.41k stars 98 forks source link

Working on moving arrow expression #1295

Closed belav closed 3 months ago

belav commented 5 months ago

Other instances of => stay on the line and break after, this seems to be the only instance that breaks before => and should be consistent with the others.

closes #1282