gatsby-plugin-matomo/.prettierrc

7 lines
87 B
Plaintext
Raw 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",
"tabWidth": 2
2019-06-10 02:04:28 +02:00
}