Skip to main content
editorconfig package icon

editorconfig

EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. 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 readable and they work nicely with version control systems. This is the core library of EditorConfig written ported to .NET.

Total Downloads
231.2K
231,217
Published
Jun 1, 2026
Latest stable version

Install

.NET CLI
dotnet add package editorconfig --version 0.16.0
Package Manager Console
Install-Package editorconfig -Version 0.16.0
PackageReference
<PackageReference Include="editorconfig" Version="0.16.0" />

Frameworks

net10.0 .NETFramework4.6.2 .NETStandard2.0

Dependencies

[22.1.1, )
System.IO.Abstractions
.NETFramework4.6.2
[22.1.1, )
System.Memory
.NETFramework4.6.2
[4.6.3, )
System.IO.Abstractions
.NETStandard2.0
[22.1.1, )
System.Memory
.NETStandard2.0
[4.6.3, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.