mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-20 03:46:17 +02:00
21 lines
365 B
JSON
21 lines
365 B
JSON
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"proseWrap": "preserve",
|
|
"endOfLine": "lf",
|
|
"overrides": [
|
|
{
|
|
"files": "*.ts",
|
|
"options": {
|
|
"tabWidth": 4,
|
|
"parser": "typescript"
|
|
}
|
|
}
|
|
]
|
|
}
|