24 lines
461 B
Plaintext
24 lines
461 B
Plaintext
{
|
|
"useTabs": false,
|
|
"tabWidth": 4,
|
|
"singleQuote": false,
|
|
"trailingComma": "none",
|
|
"endOfLine": "lf",
|
|
"printWidth": 100,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
},
|
|
{
|
|
"files": "*.yml",
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
}
|
|
]
|
|
}
|