vscode/.prettierrc.json

7 lines
78 B
JSON

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