learn-vue/.prettierrc.json

8 行
117 B
JSON

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"printWidth": 100
}