cvgen/.prettierrc

7 lines
106 B
Plaintext
Raw Permalink Normal View History

2022-01-10 11:25:03 +00:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100
}