Files
conve-x/.prettierrc.json
T

10 lines
193 B
JSON
Raw Normal View History

2023-09-16 11:41:08 -05:00
{
"semi": true,
"tabWidth": 2,
"printWidth": 80,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid",
"embeddedLanguageFormatting": "auto",
"endOfLine": "auto"
}