1
0
mirror of https://github.com/kremalicious/gatsby-redirect-from.git synced 2024-06-23 01:36:40 +02:00
gatsby-redirect-from/.prettierrc

8 lines
110 B
Plaintext
Raw Normal View History

2019-06-11 00:27:06 +02:00
{
"semi": false,
"singleQuote": true,
2021-01-31 23:52:30 +01:00
"trailingComma": "none",
2021-02-01 00:06:30 +01:00
"tabWidth": 2,
2021-01-31 23:52:30 +01:00
"endOfLine": "auto"
2019-06-11 00:27:06 +02:00
}