vscode/.prettierrc.json

7 lines
78 B
JSON
Raw Normal View History

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