venbot-tg/.prettierrc.json
2024-09-13 09:06:05 -04:00

10 lines
213 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 4,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none",
"vueIndentScriptAndStyle": true
}