EditorConfigLanguage
EditorConfigLanguage copied to clipboard
Template has space at the end of each line
When a new .editorconfig file is created from a template, there is a space at the end of each setting line. The trailing space slows text selection for editing or requires a regex search and replace step to eliminate.
- Visual Studio: 15.8.1
- This extension: 1.17.242
https://github.com/dotnet/templates/blob/master/src/Tools/Microsoft.VisualStudio.Templates.Editorconfig.Wizard/TemplateConstants.cs
dotnet/templates#73 - Merged
@madskristensen This can be closed.