We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b101c87 commit 34f345dCopy full SHA for 34f345d
.editorconfig
@@ -1,7 +1,11 @@
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
10
[*.cs]
11
indent_style = tab
@@ -79,7 +83,7 @@ dotnet_naming_style.pascal_case.capitalization = pascal_case
79
83
dotnet_style_operator_placement_when_wrapping = beginning_of_line
80
84
tab_width = 4
81
85
indent_size = 4
82
-end_of_line = crlf
86
87
dotnet_style_coalesce_expression = true:suggestion
88
dotnet_style_null_propagation = true:suggestion
89
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion
0 commit comments