Qopy/.prettierrc
2024-11-23 14:57:42 +10:00

10 lines
No EOL
199 B
Text

{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"useTabs": true,
"printWidth": 100,
"trailingComma": "es5",
"vueIndentScriptAndStyle": true,
"plugins": ["prettier-plugin-vue"]
}