Snowflake/.editorconfig
2024-01-19 17:45:18 +03:00

7 lines
No EOL
169 B
INI

[*.cs]
# CA1822: Mark members as static
dotnet_diagnostic.CA1822.severity = none
# IDE0290: Use primary constructor
csharp_style_prefer_primary_constructors = false