ant-design-vue/.prettierrc
2019-09-28 19:20:26 +08:00

15 lines
213 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"proseWrap": "never",
"overrides": [
{
"files": ".prettierrc",
"options": {
"parser": "json"
}
}
]
}