borepin/.editorconfig

6 lines
158 B
INI
Raw Normal View History

2022-01-03 21:13:03 +00:00
[*.cs]
# MA0003: Add argument name to improve readability
dotnet_diagnostic.MA0003.severity = none
2022-03-12 22:52:28 +01:00
csharp_style_prefer_switch_expression=false:suggestion