snack-mall/admin-snack/.prettierrc.json

12 lines
212 B
JSON

{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf",
"vueIndentScriptAndStyle": false
}