portfolio/.prettierrc

16 lines
295 B
Plaintext
Raw Permalink Normal View History

2022-07-04 12:30:43 +00:00
{
2023-12-13 17:16:45 +00:00
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 120,
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
2022-07-04 12:30:43 +00:00
}