|
|
@@ -11,7 +11,7 @@ indent_style = space
|
|
|
tab_width = 4
|
|
|
|
|
|
# 新行首选项
|
|
|
-end_of_line = crlf
|
|
|
+end_of_line = lf
|
|
|
insert_final_newline = true
|
|
|
|
|
|
[*.bat]
|
|
|
@@ -130,7 +130,7 @@ csharp_style_inlined_variable_declaration = true:warning
|
|
|
csharp_style_pattern_local_over_anonymous_function = true
|
|
|
csharp_style_prefer_index_operator = true:warning
|
|
|
csharp_style_prefer_null_check_over_type_check = true:warning
|
|
|
-csharp_style_prefer_range_operator = true:warning
|
|
|
+csharp_style_prefer_range_operator = false:none
|
|
|
csharp_style_throw_expression = true
|
|
|
csharp_style_unused_value_assignment_preference = discard_variable
|
|
|
csharp_style_unused_value_expression_statement_preference = discard_variable
|