[Solved] How do I enforce LF line endings in Jetbrains

I’m frequently running into line ending issues with my JetBrains Rider 2018.1 installation under Windows 10. The IDE turns existing LF files into CRLF files once I edit them. I haven’t yet found a way to configure it the way I want.

I would like to always only have LF in my files (for new ones and for edited ones). During a commit process, I don’t want to get distracted by line ending changes.

My git is set to core.autocrlf=input. So it should behave neutral and use the as-is settings.

I know I can edit each file manually via the Line Ending switch button on the bottom right of the editor, but I feel that is quite cumbersome.

Read more here: Source link