Files
cvp/frontend/.prettierrc
T

8 lines
107 B
Plaintext
Raw Normal View History

{
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 100
}