ucm/fe/.prettierrc.json

8 lines
105 B
JSON
Raw Permalink Normal View History

2024-10-06 18:19:22 +00:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 90
}