When working on Windows, editors will often default to CRLF as the end-of-line. Although .editorconfig overrides this for shell scripts, it doesn't for other file types. This change sets LF as the default end-of-line to maximize compatibility of edits made on Windows machines.
When working on Windows, editors will often default to CRLF as the end-of-line. Although
.editorconfig
overrides this for shell scripts, it doesn't for other file types. This change sets LF as the default end-of-line to maximize compatibility of edits made on Windows machines.