databinding.editorconfig
2022.9.28.2
Prefix Reserved
See the version list below for details.
dotnet new install databinding.editorconfig::2022.9.28.2
EditorConfig Item Template
The editorconfig is used to set code rules for projects in Visual Studio or VS Code. Rules are defined how the source code should look like, so that they support the developer.
These rules are used by databinding by default.
The template for the .editorconfig file is downloaded over NuGet.org.
Documentation
Information about EditorConfig.
Getting Started
Prerequisites
IDEs which support .editorconfig files.
More about that here.
Installing
Install the nuget package to local machine.
Open Command Prompt and execute:
dotnet new -i databinding.editorconfig::2022.09.28.2
To verify that it was installed correctly, run:
dotnet new --list
It appears in the list:
Uninstall
To uninstall the template open Command Prompt, execute:
dotnet new -u databinding.editorconfig
It does not show up in the list anymore.
Use in Project
Adding with Terminal
Open the project in file explorer. Select the path, replace it with "cmd" and hit Enter.
Command Prompt is now open in the project folder.
Execute:
dotnet new db-editorconfig
The .editorconfig file is now in the project.
Adding with Visual Studio Item Template
Project templates are shown automatically after the installation. For unknown reasons, the item templates are not.
Adding with Terminal is the only option right now.
Editor
Only open the .editorconfig file with a text editor. Any other editor may cause unwanted changes.
For example, Visual Studio opens the file like so:
Do not edit or save it like this.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2024.1.18.4 | 1,721 | 1/18/2024 |
2024.1.18.2 | 158 | 1/18/2024 |
2023.2.7.8 | 306 | 2/7/2023 |
2023.2.7.6 | 292 | 2/7/2023 |
2023.1.27.3 | 288 | 1/27/2023 |
2022.10.5.3 | 449 | 10/5/2022 |
2022.9.28.2 | 521 | 9/28/2022 |
2022.9.12.8 | 391 | 9/12/2022 |
2022.8.26.15 | 425 | 8/26/2022 |