team-1/.prettierrc

8 lines
119 B
Text
Raw Normal View History

2025-08-01 18:07:11 +02:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": false,
"printWidth": 200,
}