hotgo/hotgo-web/.prettierrc

7 lines
109 B
Plaintext
Raw Normal View History

2022-02-25 17:11:17 +08:00
{
"printWidth": 120,
"semi": false,
"singleQuote": true,
"prettier.spaceBeforeFunctionParen": true
}