erratic-gate/.prettierrc.json
2023-10-29 04:54:24 +01:00

8 lines
117 B
JSON

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