1
0
Fork 0
blog/.prettierrc

7 lines
87 B
Plaintext
Raw Normal View History

2018-07-11 17:56:13 +02:00
{
2018-09-12 23:48:59 +02:00
"semi": false,
"singleQuote": true,
2019-10-02 13:35:50 +02:00
"trailingComma": "none",
"tabWidth": 2
2018-09-12 23:48:59 +02:00
}