This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
ShellyDashboard/.prettierrc
2023-10-31 23:58:00 +01:00

11 lines
166 B
Plaintext

{
"singleQuote": true,
"useTabs": true,
"tabWidth": 2,
"semi": true,
"bracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"printWidth": 110
}