mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 14:27:10 +00:00
13 lines
208 B
JSON
13 lines
208 B
JSON
{
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte",
|
|
"tabWidth": 2,
|
|
"useTabs": false
|
|
}
|
|
}
|
|
]
|
|
}
|