classic-ui/.prettierrc

7 lines
91 B
Plaintext
Raw Normal View History

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