url-short-cfw/.prettierrc

8 lines
106 B
Plaintext
Raw Permalink Normal View History

2020-10-24 07:00:18 +00:00
{
"singleQuote": true,
"semi": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}