Skip to content

Commit f75ed97

Browse files
committed
disable c# files newline setting on editorconfig
1 parent c56d190 commit f75ed97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ dotnet_naming_style.pascal_case.required_suffix =
118118
dotnet_naming_style.pascal_case.word_separator =
119119
dotnet_naming_style.pascal_case.capitalization = pascal_case
120120
dotnet_style_operator_placement_when_wrapping = beginning_of_line
121-
tab_width = 4
122-
end_of_line = crlf
121+
#tab_width = 4
122+
#end_of_line = crlf
123123
dotnet_style_coalesce_expression = true:suggestion
124124
dotnet_style_null_propagation = true:suggestion
125125
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion

0 commit comments

Comments
 (0)