madskristensen / EditorConfigLanguage

A Visual Studio extension
Other
128 stars 37 forks source link

Template has space at the end of each line #51

Open breyed opened 6 years ago

breyed commented 6 years ago

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.

FurkanKambay commented 5 years ago

https://github.com/dotnet/templates/blob/master/src/Tools/Microsoft.VisualStudio.Templates.Editorconfig.Wizard/TemplateConstants.cs

FurkanKambay commented 5 years ago

dotnet/templates#73 - Merged

MisinformedDNA commented 5 years ago

@madskristensen This can be closed.