KafkaSR/.editorconfig

7 lines
169 B
INI
Raw Permalink Normal View History

2024-01-29 23:49:21 +00:00
[*.cs]
# CA1822: Mark members as static
dotnet_diagnostic.CA1822.severity = none
# IDE0290: Use primary constructor
csharp_style_prefer_primary_constructors = false