Info
Version: | 0.15.0 |
Author(s): | EditorConfig Team |
Last Update: | Friday, November 24, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/editorconfig/editorconfig-core-net |
NuGet Url: | https://www.nuget.org/packages/editorconfig |
Install
Install-Package editorconfig
dotnet add package editorconfig
paket add editorconfig
editorconfig Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- NETStandard.Library(>= 1.6.1)
No dependencies.
Tags
The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readibly and they work nicely with version control systems.
This is the core library of EditorConfig written ported to .NET.