1
0
Fork 0
mirror of https://github.com/MedzikUser/portfolio synced 2024-08-07 11:36:46 +00:00
portfolio/.prettierrc
2023-12-13 18:16:45 +01:00

16 lines
295 B
Text

{
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 120,
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}