Files
fst-frontend/.prettierrc.json
2022-12-30 00:45:54 +01:00

9 lines
168 B
JSON

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