vscode/.prettierrc.json

7 lines
78 B
JSON
Raw Normal View History

2019-08-28 00:33:19 +08:00
{
"useTabs": true,
"printWidth": 120,
"semi": true,
"singleQuote": true
}