Skip to content

Commit 85a9bde

Browse files
committed
Remove editorconfig settings clashing with root editorconfig
1 parent bbe3a47 commit 85a9bde

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

dotnet/.editorconfig

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
# Remove the line below if you want to inherit .editorconfig settings from higher directories
2-
root = true
3-
41
# C# files
52
[*.cs]
63

74
#### Core EditorConfig Options ####
85

96
# Indentation and spacing
10-
indent_size = 4
11-
indent_style = space
127
tab_width = 4
138

149
# New line preferences
15-
end_of_line = crlf
1610
insert_final_newline = false
1711

1812
#### .NET Code Actions ####
@@ -250,4 +244,4 @@ dotnet_style_operator_placement_when_wrapping = beginning_of_line
250244
tab_width = 4
251245
indent_size = 4
252246
end_of_line = crlf
253-
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion
247+
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion

0 commit comments

Comments
 (0)