Files
cache/.prettierrc.json
actions-mirror 20301ac9fe
Code scanning - action / CodeQL-Build (push) Waiting to run
mirror cache v4
2026-09-01 23:08:58 +08:00

11 lines
222 B
JSON

{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"parser": "typescript"
}