This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Many (most?) files don't conform to the project's .editorconfig #2097
Open
Description
On Linux, with the Editorconfig plugin for Emacs enabled, whenever I make a change inside a .cs
file contained in this project, I notice that I generate a lot of ^M
characters (when before there were none) unless I set end_of_line = lf
in the project's .editorconfig
, which currently has end_of_line = crlf
.
Based on the .editorconfig
, I would have expected all the files to already have ^M
characters terminating each line.