Add a end-of-line configuration option similar to Prettier and editorconfig that allows configuring the preferred line ending. The option supports the following value:
- lf [Default]
- crlf
- cr
- Auto
Making Lf the default over Auto is to avoid accidentally mixing line endings in a project see.