Using EditorConfig to enforce csharp code style
In this repo, i m using EditorConfig in order to enforce csharp code style.
1️⃣
CsharpStylePreferVarRuleshow the using of 'var'2️⃣
CsharpStylePreferBracesRuleshow the using of 'braces'3️⃣
CsharpStylePreferReadonlyRuleshow the using of 'readonly'
Tools : net 8.0, editor-config, dotnet-format