feat: code from claude4.5

This commit is contained in:
2025-10-16 16:01:55 +08:00
parent e6375e61b8
commit 423d3f4ed7
12 changed files with 100 additions and 50 deletions

View File

@@ -3,11 +3,23 @@ root = true
# All files
[*]
indent_style = space
end_of_line = lf
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# C# files
[*.cs]
indent_size = 4
csharp_new_line_before_open_brace = all
csharp_prefer_braces = true:warning
csharp_style_var_for_built_in_types = true:suggestion
csharp_style_var_when_type_is_apparent = true:suggestion
# AXAML files
[*.axaml]
indent_size = 2
# Xml files
[*.xml]
indent_size = 2