File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ indent_size = 4
88charset = utf-8
99trim_trailing_whitespace = true
1010insert_final_newline = true
11- end_of_line = crlf
11+ end_of_line = lf
1212
1313# C# files
1414[* .cs ]
Original file line number Diff line number Diff line change 1- # Remove the line below if you want to inherit .editorconfig settings from higher directories
2- root = true
1+ # Inherit settings from the repository root .editorconfig
2+ root = false
33
44# C# files
55[* .cs ]
@@ -11,9 +11,9 @@ indent_size = 4
1111indent_style = space
1212tab_width = 4
1313
14- # New line preferences
15- end_of_line = crlf
16- insert_final_newline = false
14+ # New line preferences (match repo-wide conventions)
15+ end_of_line = lf
16+ insert_final_newline = true
1717
1818# ### .NET Code Actions ####
1919
@@ -251,7 +251,7 @@ dotnet_diagnostic.IDE0160.severity = none
251251dotnet_style_operator_placement_when_wrapping = beginning_of_line
252252tab_width = 4
253253indent_size = 4
254- end_of_line = crlf
254+ end_of_line = lf
255255dotnet_style_coalesce_expression = true :suggestion
256256dotnet_style_null_propagation = true :suggestion
257257dotnet_style_prefer_is_null_check_over_reference_equality_method = true :suggestion
You can’t perform that action at this time.
0 commit comments