mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-30 07:10:03 +00:00
17 lines
263 B
Plaintext
17 lines
263 B
Plaintext
{
|
|
"useTabs": false,
|
|
"tabWidth": 4,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"printWidth": 100,
|
|
"overrides": [
|
|
{
|
|
"files": "**/*.svelte",
|
|
"options": {
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
]
|
|
}
|