You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update .editorconfig for C# coding style preferences
Enhanced C# coding standards in the .editorconfig file.
Key changes include preference for top-level statements,
encouragement of primary constructors, and mandatory braces
for control statements. Additionally, simple using statements
are suggested, namespace declarations are set to file-scoped,
and method group conversion is silenced. Expression-level
preferences have been refined, favoring simple default
expressions and inlined variable declarations, while
disallowing deconstructed variable declarations.
0 commit comments