mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-07 15:55:00 +00:00
19 lines
232 B
Text
19 lines
232 B
Text
{
|
|
"singleQuote": false,
|
|
"useTabs": true,
|
|
"tabWidth": 4,
|
|
"printWidth": 200,
|
|
"plugins": [
|
|
"prettier-plugin-svelte"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.svelte"
|
|
],
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
]
|
|
}
|