Skip to content

Commit bce5a3b

Browse files
committed
Update with latest preferences.
1 parent 2346817 commit bce5a3b

1 file changed

Lines changed: 12 additions & 15 deletions

File tree

.editorconfig

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,18 @@ dotnet_diagnostic.CA1859.severity = none # CA1859: Use concrete types when possi
4141
# Below are deviations from the default documented here:
4242
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/code-style-rule-options
4343

44-
csharp_indent_case_contents_when_block = false # was true
45-
csharp_prefer_braces = when_multiline # was true
46-
csharp_space_after_cast = true # was false
47-
csharp_style_expression_bodied_local_functions = when_on_single_line # was false
48-
# csharp_style_expression_bodied_methods = when_on_single_line # was false
49-
csharp_style_expression_bodied_operators = when_on_single_line # was false
50-
csharp_style_namespace_declarations = file_scoped:suggestion # was block_scoped
51-
csharp_style_prefer_primary_constructors = false # was true
52-
csharp_style_var_elsewhere = true # was false
53-
csharp_style_var_for_built_in_types = true # was false
54-
csharp_style_var_when_type_is_apparent = true # was false
55-
56-
dotnet_sort_system_directives_first = true # was false
57-
dotnet_style_allow_multiple_blank_lines_experimental = false:warning # was true
58-
dotnet_style_namespace_match_folder = true:none # was true
44+
csharp_indent_case_contents_when_block = false # was true
45+
csharp_prefer_braces = when_multiline # was true
46+
csharp_space_after_cast = true # was false
47+
csharp_style_namespace_declarations = file_scoped:suggestion # was block_scoped
48+
csharp_style_prefer_primary_constructors = false # was true
49+
csharp_style_var_elsewhere = true # was false
50+
csharp_style_var_for_built_in_types = true # was false
51+
csharp_style_var_when_type_is_apparent = true # was false
52+
53+
dotnet_sort_system_directives_first = true # was false
54+
dotnet_style_allow_multiple_blank_lines_experimental = false:warning # was true
55+
dotnet_style_namespace_match_folder = true:none # was true
5956

6057
# C# Naming Conventions
6158
# Dcocumentation Here

0 commit comments

Comments
 (0)