classic-ui/.prettierrc

7 lines
97 B
Plaintext
Raw Normal View History

2022-10-13 16:50:29 +03:00
{
"semi": false,
"arrowParens": "always",
"singleQuote": true,
"printWidth": 110
}