mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-05 11:35:53 +00:00
11 lines
No EOL
222 B
JSON
11 lines
No EOL
222 B
JSON
{
|
|
"printWidth": 80,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"parser": "typescript"
|
|
} |