cache/.prettierrc.json

18 lines
341 B
JSON
Raw Normal View History

2019-10-31 02:48:49 +08: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 02:48:49 +08:00
}