1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-30 13:41:44 +02:00
portfolio/.prettierrc

7 lines
86 B
Plaintext
Raw Normal View History

2018-04-06 17:24:35 +02:00
{
"semi": false,
"singleQuote": true,
2018-05-12 22:14:53 +02:00
"trailingComma": "es5",
"tabWidth": 2
2018-04-06 17:24:35 +02:00
}