We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b101c87 commit 2f0a7c0Copy full SHA for 2f0a7c0
.editorconfig
@@ -1,7 +1,12 @@
1
root = true
2
3
[*]
4
+end_of_line = lf
5
insert_final_newline = true
6
+indent_style = tab
7
+indent_size = 4
8
+tab_width = 4
9
+charset = Windows-1252 # Western European Windows
10
11
[*.cs]
12
indent_style = tab
@@ -79,7 +84,7 @@ dotnet_naming_style.pascal_case.capitalization = pascal_case
79
84
dotnet_style_operator_placement_when_wrapping = beginning_of_line
80
85
tab_width = 4
81
86
indent_size = 4
82
-end_of_line = crlf
87
83
88
dotnet_style_coalesce_expression = true:suggestion
89
dotnet_style_null_propagation = true:suggestion
90
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion
0 commit comments