DocumentCheck_vue/.prettierrc

7 lines
109 B
Plaintext
Raw Normal View History

2024-10-25 10:02:24 +08:00
{
"printWidth": 120,
"semi": false,
"singleQuote": true,
"prettier.spaceBeforeFunctionParen": true
}