Snowflake/.editorconfig

7 lines
169 B
INI
Raw Normal View History

2024-01-18 22:13:40 +00:00
[*.cs]
2024-01-19 14:45:18 +00:00
# CA1822: Mark members as static
dotnet_diagnostic.CA1822.severity = none
2024-01-18 22:13:40 +00:00
# IDE0290: Use primary constructor
2024-01-19 14:45:18 +00:00
csharp_style_prefer_primary_constructors = false