Open
Description
Environment
- Visual Studio version: 2019
- Code language: any
Description
Replace this text with a short description and code sample.
Steps to recreate
- Have an .editorconfig that specified lf endings
- Have a source file that has all lf endings
- In VS do an automatic code format. These adjusted lines are cr/lf because VS team refuses to fix this simple issue
- We have mixed line endings even after saving
Expected behavior
CodeMaid could look at the .editorconfig and see the line endings that should be used, and apply these when saving the file.