1
0
mirror of https://gitea.com/actions/cache.git synced 2025-02-24 20:50:45 +07:00
cache/.prettierrc.json

18 lines
341 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",
"overrides": [
{
"files": "**/*.md",
"options": {
"tabWidth": 2
}
}
]
2019-10-31 01:48:49 +07:00
}