This repository has been 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
Labels
enhancement
New feature or request
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 setend_of_line = lf
in the project's.editorconfig
, which currently hasend_of_line = crlf
.Based on the
.editorconfig
, I would have expected all the files to already have^M
characters terminating each line.The text was updated successfully, but these errors were encountered: