Longi94 / JavaSteam

Java library that provides an interface to directly interact with Valve's Steam servers.
MIT License
96 stars 20 forks source link

Stop ktlint (kotlinter) from changing line separators #286

Closed LossyDragon closed 1 month ago

LossyDragon commented 1 month ago

Description

Checking out files on windows creates the files as crlf, and editorconfig didnt so anything when changing the end_of_line field. So no matter what, building always changed kt files back to lf, creating (many) useless files staged for commit.

pinterest/ktlint issue 2747

Checklist