Mark van Renswoude
2755e93440
- Upgrade to .NET 5 - Split functionality into libraries - Tabbed interface for multiple subscribers - Placeholder for publishing tab
11 lines
294 B
INI
11 lines
294 B
INI
[*.cs]
|
|
|
|
# IDE0011: Add braces
|
|
csharp_prefer_braces = when_multiline
|
|
csharp_style_var_for_built_in_types=true:silent
|
|
csharp_style_var_when_type_is_apparent=true:silent
|
|
csharp_style_var_elsewhere=true:silent
|
|
|
|
dotnet_diagnostic.IDE0055.severity = none
|
|
|
|
dotnet_diagnostic.IDE0130.severity = none |