scalameta / scalafmt

Code formatter for Scala
http://scalameta.org/scalafmt
Apache License 2.0
1.42k stars 276 forks source link

Scalafmt: move line ending choice to FormatWriter #4097

Closed kitbellew closed 1 month ago

kitbellew commented 1 month ago

Now that the parser supports both line ending types in input directly, we can generate the right output rather than do a post-conversion.