Files
fst-frontend/.prettierrc.json
2023-01-07 17:27:34 +01:00

10 lines
193 B
JSON

{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"arrowParens": "avoid",
"printWidth": 100,
"bracketSameLine": true,
"endOfLine" : "auto"
}