erratic-gate/.prettierrc.json
Matei Adriel d090a37560
Update CI
2023-10-29 05:46:53 +01:00

8 lines
117 B
JSON

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