browser-api/.prettierrc.json

8 lines
113 B
JSON
Raw Normal View History

2023-06-14 06:02:30 +02:00
{
"singleQuote": true,
"trailingComma": "none",
"endOfLine": "auto",
"semi": true,
"printWidth": 120
}