nova-ui/.prettierrc

7 lines
81 B
Plaintext
Raw Normal View History

{
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"printWidth": 140
}