RehanSaeed / EditorConfig

A very generic .editorconfig file supporting .NET, C#, VB and web technologies.
MIT License
636 stars 172 forks source link

Switch from [rule] = [value]:[severity] syntax to [rule].[RuleId].[severity] #57

Closed RehanSaeed closed 8 months ago

RehanSaeed commented 3 years ago

Fixes https://github.com/RehanSaeed/EditorConfig/issues/46

RehanSaeed commented 3 years ago

There seem to be issues with dotnet_analyzer_diagnostic.severity = warning as describec in https://github.com/RehanSaeed/EditorConfig/issues/56 which are related, so pausing this PR.

nathanielcutajar commented 12 months ago

Since this has already been applied, can't this MR be closed?