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
[x] Code compiles correctly
[x] All tests passing
[x] Samples run successfully
[x] Extended the README / documentation, if necessary
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