Files
gpx.studio/.prettierrc
T

17 lines
263 B
Plaintext
Raw Normal View History

2025-02-02 11:17:22 +01:00
{
"useTabs": false,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100,
"overrides": [
{
"files": "**/*.svelte",
"options": {
"plugins": ["prettier-plugin-svelte"],
"parser": "svelte"
}
}
]
}