vue-library-starter/.prettierrc

8 lines
126 B
Plaintext
Raw Normal View History

2023-08-23 12:10:29 +08:00
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"printWidth": 80
}