Files
vmall/.prettierrc.json
T

13 lines
257 B
JSON

{
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"endOfLine": "lf",
"arrowParens": "always",
"vueIndentScriptAndStyle": false,
"plugins": ["prettier-plugin-tailwindcss"]
}