aimenux / EditorConfigDemo

Using EditorConfig to enforce csharp code style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET

EditorConfigDemo

Using EditorConfig to enforce csharp code style

In this repo, i m using EditorConfig in order to enforce csharp code style.

1️⃣ CsharpStylePreferVarRule show the using of 'var'

2️⃣ CsharpStylePreferBracesRule show the using of 'braces'

3️⃣ CsharpStylePreferReadonlyRule show the using of 'readonly'

Tools : net 8.0, editor-config, dotnet-format

About

Using EditorConfig to enforce csharp code style

License:MIT License


Languages

Language:C# 100.0%