mirror of
https://gitea.gf4.pw/gf4/haveno-markets.git
synced 2024-11-23 02:27:38 -07:00
16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
|
{
|
||
|
"useTabs": true,
|
||
|
"singleQuote": false,
|
||
|
"trailingComma": "all",
|
||
|
"printWidth": 80,
|
||
|
"plugins": ["prettier-plugin-svelte"],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": "*.svelte",
|
||
|
"options": {
|
||
|
"parser": "svelte"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|