mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-26 15:02:21 +03:00
29 lines
552 B
Plaintext
29 lines
552 B
Plaintext
{
|
|
"svelteSortOrder": "options-scripts-markup-styles",
|
|
"svelteStrictMode": false,
|
|
"svelteBracketNewLine": false,
|
|
"svelteAllowShorthand": false,
|
|
"svelteIndentScriptAndStyle": true,
|
|
"printWidth": 1000,
|
|
"sxBracketSameLine": true,
|
|
"overrides": [
|
|
{
|
|
"files": "App.svelte",
|
|
"options": {
|
|
"printWidth": 1000
|
|
}
|
|
},
|
|
{
|
|
"files": "Input.svelte",
|
|
"options": {
|
|
"printWidth": 600
|
|
}
|
|
},
|
|
{
|
|
"files": "Toggle.svelte",
|
|
"options": {
|
|
"printWidth": 600
|
|
}
|
|
}
|
|
]
|
|
} |