/dotnet-editorconfig

102.11.02 A dotnet new template with my personal editorconfig.

Dotnet EditorConfig Template

This is a template for the dotnet templating engine (dotnet new) that will create my personal EditorConfig file (with dotnet values) in the current directory.

Installation

From Source

  1. Clone the repository to a folder.

    $ git clone https://gitlab.com/lixquid/dotnet-editorconfig
    
  2. Install the template with dotnet new --install

    $ dotnet new --install dotnet-editorconfig/template
    

Usage

dotnet new editorconfig