venbot-tg/.prettierrc.json

10 lines
204 B
JSON
Raw Normal View History

2024-09-13 09:06:05 -04:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 4,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "none",
2024-09-13 12:11:12 -04:00
"bracketSpacing": true
2024-09-13 09:06:05 -04:00
}