2026-04-17 14:50:25 +08:00
|
|
|
{
|
2026-04-28 09:20:54 +08:00
|
|
|
"printWidth": 150,
|
2026-04-17 14:50:25 +08:00
|
|
|
"tabWidth": 2,
|
2026-04-28 09:20:54 +08:00
|
|
|
"useTabs": false,
|
|
|
|
|
"semi": false,
|
2026-04-17 14:50:25 +08:00
|
|
|
"singleQuote": true,
|
2026-04-28 09:20:54 +08:00
|
|
|
"trailingComma": "all",
|
|
|
|
|
"bracketSpacing": true,
|
|
|
|
|
"arrowParens": "always",
|
|
|
|
|
"endOfLine": "lf"
|
2026-04-17 14:50:25 +08:00
|
|
|
}
|