vscode/.prettierrc.json
2019-08-27 09:33:19 -07:00

7 lines
78 B
JSON

{
"useTabs": true,
"printWidth": 120,
"semi": true,
"singleQuote": true
}