erratic-gate/.prettierrc.json

8 lines
117 B
JSON
Raw Normal View History

2023-10-29 04:54:24 +01:00
{
"semi": false,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 80,
2023-10-29 05:46:53 +01:00
"tabWidth": 2
2023-10-29 04:54:24 +01:00
}