gatsby-plugin-matomo/.prettierrc

8 lines
110 B
Plaintext
Raw Permalink Normal View History

2019-06-10 02:04:28 +02:00
{
"semi": false,
"singleQuote": true,
2020-02-15 14:07:20 +01:00
"trailingComma": "none",
2021-02-01 00:03:55 +01:00
"tabWidth": 2,
"endOfLine": "auto"
2019-06-10 02:04:28 +02:00
}