Add editorconfig to new files list
Installed product versions
- Visual Studio: 2017 Enterprise
- This extension: 1.16.201
Description
I'd like to see the option for editorconfig files added to the new files list. The default file would contain all of the available settings VS2017 supports making it easy to get started setting one up (and possibly the option for an empty one). This could be somewhat redundant if #6 was done, but having a default file with all available settings could be a good short term option.
Just to clarify, I know there's Add > .editorconfig file, but this creates an empty file which I then need to figure out myself. I'd like to see something that adds a file with Visual Studio's default settings pre-filled.
Oops, closed wrong issue
Nowadays there are two options to select from in the File > New dialog:
- editorconfig file (.NET) - which will generate a new editorconfig file from a template
- editorconfig file (standard) - whilch will generate an almost empty editorconfig file
Seeing that #6 has already been implemented and shipped, I think this issue may be closed.