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