magnetar/fe_calckey/frontend/client/.prettierrc

16 lines
279 B
Plaintext
Raw Normal View History

2023-07-07 19:22:30 +00:00
{
2024-04-08 01:10:23 +00:00
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"vueIndentScriptAndStyle": false,
"plugins": ["vue"],
"overrides": [
{
"files": "*.vue",
"options": {
"parser": "vue"
}
}
]
2023-07-07 19:22:30 +00:00
}