We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe3a47 commit 85a9bdeCopy full SHA for 85a9bde
dotnet/.editorconfig
@@ -1,18 +1,12 @@
1
-# Remove the line below if you want to inherit .editorconfig settings from higher directories
2
-root = true
3
-
4
# C# files
5
[*.cs]
6
7
#### Core EditorConfig Options ####
8
9
# Indentation and spacing
10
-indent_size = 4
11
-indent_style = space
12
tab_width = 4
13
14
# New line preferences
15
-end_of_line = crlf
16
insert_final_newline = false
17
18
#### .NET Code Actions ####
@@ -250,4 +244,4 @@ dotnet_style_operator_placement_when_wrapping = beginning_of_line
250
244
251
245
indent_size = 4
252
246
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