rickvanlieshout.com/.prettierrc

8 lines
106 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,
2020-05-08 18:12:57 +02:00
"singleQuote": true,
"printWidth": 120
2020-05-08 18:07:57 +02:00
}