mirror of
https://github.com/actions/cache.git
synced 2025-05-25 18:51:47 +00:00
12 lines
245 B
JSON
12 lines
245 B
JSON
{
|
|
"printWidth": 80,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"parser": "typescript",
|
|
"endOfLine": "lf"
|
|
} |