classic-ui/.prettierrc

7 lines
91 B
Plaintext
Raw Normal View History

{
"semi": false,
"arrowParens": "always",
"singleQuote": true,
"printWidth": 110
}