1
0
mirror of https://gitea.com/actions/cache.git synced 2025-02-22 19:50:46 +07:00
cache/.prettierrc.json

11 lines
222 B
JSON
Raw Normal View History

2019-10-31 01:48:49 +07:00
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"parser": "typescript"
}