How can I make all line endings (EOLs) in all files in Visual Studio Code, Unix-like?

The accepted answer explains how to do this for all files (use files.eol in settings), but if you ever need to override that setting there’s an indicator at the bottom right that you can click on and change for this one file. Took me a while to notice that this was clickable.

See CRLF in the message bar at the bottom right

Leave a Comment