1
0

chore: 配置跨平台行尾规范与 VSCode 编辑器统一设置

This commit is contained in:
2026-05-12 20:30:48 +08:00
parent a5cf6065c2
commit 9a71b7967c
2 changed files with 42 additions and 0 deletions

10
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"files.eol": "\n",
"files.encoding": "utf8",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true
}