rickvanlieshout.com/.prettierrc

7 lines
85 B
Plaintext
Raw Normal View History

2020-05-08 18:07:57 +02:00
{
2020-05-08 18:08:44 +02:00
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
2020-05-08 18:07:57 +02:00
}