mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 06:38:03 +08:00
20 lines
232 B
Plaintext
20 lines
232 B
Plaintext
{
|
|
"singleQuote": false,
|
|
"useTabs": true,
|
|
"tabWidth": 4,
|
|
"printWidth": 200,
|
|
"plugins": [
|
|
"prettier-plugin-svelte"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"*.svelte"
|
|
],
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
]
|
|
}
|