classic-ui/.prettierrc

7 lines
91 B
Plaintext
Raw Permalink Normal View History

2022-04-22 03:05:56 +00:00
{
"semi": false,
"arrowParens": "always",
"singleQuote": true,
"printWidth": 110
}