1
0
mirror of https://github.com/kremalicious/astro-redirect-from.git synced 2024-11-21 17:37:02 +01:00
astro-redirect-from/.prettierrc.json
2023-09-22 03:45:36 +01:00

8 lines
108 B
JSON

{
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"endOfLine": "lf"
}