1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-28 00:27:40 +02:00
portfolio/.prettierrc
2018-05-12 22:14:53 +02:00

7 lines
86 B
Plaintext

{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2
}