Template/.prettierrc.json

11 lines
197 B
JSON
Raw Permalink Normal View History

2024-12-20 22:14:36 +00:00
{
"useTabs": false,
"tabWidth": 4,
"arrowParens": "avoid",
"bracketSameLine": false,
"singleQuote": true,
"semi": true,
"trailingComma": "none",
"endOfLine": "lf"
}