rickvanlieshout.com/.prettierrc

7 lines
85 B
Plaintext
Raw Normal View History

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