Add default background and foreground color as possible colors

This commit is contained in:
2024-09-10 08:42:44 +02:00
parent 47b0f5b456
commit 98fa812abf
7 changed files with 51 additions and 14 deletions

View File

@@ -1,3 +1,8 @@
[*]
tab_width = 4
indent_size = 4
indent_style = space
[*.cs]
dotnet_diagnostic.RCS1196.severity = none
csharp_style_namespace_declarations = file_scoped:error
@@ -5,4 +10,4 @@ dotnet_diagnostic.IDE0161.severity = error
csharp_style_var_for_built_in_types = true:warning
csharp_style_var_when_type_is_apparent = true:warning
csharp_style_var_elsewhere = true:warning
csharp_style_expression_bodied_methods = true:warning
csharp_style_expression_bodied_methods = true:warning