erratic-gate/.prettierrc.json
2024-10-12 16:26:56 +02:00

8 lines
107 B
JSON

{
"semi": false,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2
}