恢复被revert误操作的文件

This commit is contained in:
尹峰
2026-07-08 10:59:13 +08:00
parent b8fb8bb148
commit fc51bfab68
4 changed files with 45 additions and 0 deletions
+14
View File
@@ -160,3 +160,17 @@ csharp_preserve_single_line_statements = true
# CA1819: Properties should not return arrays
dotnet_diagnostic.CA1819.severity = silent
# JavaScript 和 TypeScript 文件
[*.{js,jsx,ts,tsx}]
# 缩进和间距
indent_size = 4
indent_style = space
tab_width = 4
# 新行首选项
end_of_line = crlf
insert_final_newline = false
# 拖尾逗号不添加
trailing_comma = none