Files

12 lines
206 B
JSON
Raw Permalink Normal View History

2026-06-17 08:02:57 +08:00
{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}