Item template to provide .editorconfig
$ dotnet new install Kgh02017.Templates.editorconfig
$ dotnet new update Kgh02017.Templates.editorconfig
$ dotnet new uninstall Kgh02017.Templates.editorconfig
-
Run the following command in your solution root folder to add .editorconfig
$ dotnet new kgh02017.editorconfig
-
In order to add .editorconfig to your solution, Right click on the Solution Explorer of Visual Studio, then click Add > Exsisting Item... menu and select .editorconfig file
Taku Izumi