Files
cache/.prettierrc.json
Compass CI 44adfa90b5
Code scanning - action / CodeQL-Build (push) Canceled after 0s
vendor: actions/cache v4 runtime snapshot
2026-07-23 10:08:43 +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"
}