敏感词

This commit is contained in:
2025-11-21 18:56:14 +08:00
parent 028e748565
commit c2cac51762
23 changed files with 108710 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
{
// 对所有文件生效
"editor.tabSize": 2,
"editor.tabSize": 4,
// 仅对TS文件生效优先级更高
"[typescript]": {
"editor.tabSize": 2
"editor.tabSize": 4
},
"[java]":{
"editor.tabSize": 4