erratic-gate/.prettierrc.json

8 lines
107 B
JSON
Raw Permalink Normal View History

2023-10-29 04:54:24 +01:00
{
2024-10-12 16:26:56 +02:00
"semi": false,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2
2023-10-29 04:54:24 +01:00
}