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 c56d190 commit f75ed97Copy full SHA for f75ed97
.editorconfig
@@ -118,8 +118,8 @@ dotnet_naming_style.pascal_case.required_suffix =
118
dotnet_naming_style.pascal_case.word_separator =
119
dotnet_naming_style.pascal_case.capitalization = pascal_case
120
dotnet_style_operator_placement_when_wrapping = beginning_of_line
121
-tab_width = 4
122
-end_of_line = crlf
+#tab_width = 4
+#end_of_line = crlf
123
dotnet_style_coalesce_expression = true:suggestion
124
dotnet_style_null_propagation = true:suggestion
125
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion
0 commit comments