pages-server/.prettierrc.json

9 lines
127 B
JSON
Raw Normal View History

2024-04-27 23:29:43 +02:00
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"endOfLine": "lf"
}