项目文件夹

文件
2026-07-13 12:47:24 +08:00

12 行
220 B
Plaintext

{
"trailingComma": "all",
"semi": true,
"singleQuote": true,
"arrowParens": "avoid",
"tabWidth": 2,
"useTabs": false,
"printWidth": 120,
"bracketSameLine": true,
"htmlWhitespaceSensitivity": "strict"
}