Skip to content

Commit 74fa506

Browse files
committed
Migrate to UPM
1 parent f9d3f27 commit 74fa506

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1514
-796
lines changed

.editorconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# 如需深入了解 .editorconfig,請參閱 https://aka.ms/editorconfigdocs
2-
root = true
1+
[*]
2+
end_of_line = crlf
33

44
[*.xml]
55
indent_style = space
@@ -15,14 +15,14 @@ csharp_new_line_before_members_in_anonymous_types = true
1515
csharp_new_line_between_query_expression_clauses = true
1616
csharp_indent_case_contents = true
1717
csharp_indent_switch_labels = true
18-
csharp_indent_labels = no_change
18+
csharp_indent_labels= no_change
1919
csharp_space_after_cast = false
20-
csharp_space_after_keywords_in_control_flow_statements = true
20+
csharp_space_after_keywords_in_control_flow_statements = false
2121
csharp_space_between_method_declaration_parameter_list_parentheses = false
2222
csharp_space_between_method_call_parameter_list_parentheses = false
2323
csharp_space_before_colon_in_inheritance_clause = false
2424
csharp_space_after_colon_in_inheritance_clause = true
2525
csharp_space_around_binary_operators = before_and_after
2626
csharp_space_between_method_declaration_empty_parameter_list_parentheses = false
2727
csharp_space_between_method_call_name_and_opening_parenthesis = false
28-
csharp_space_between_method_call_empty_parameter_list_parentheses = false
28+
csharp_space_between_method_call_empty_parameter_list_parentheses = false

0 commit comments

Comments
 (0)