mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-28 07:52:32 +03:00
17 lines
356 B
Plaintext
17 lines
356 B
Plaintext
{
|
|
"svelteSortOrder": "options-scripts-markup-styles",
|
|
"svelteStrictMode": false,
|
|
"svelteBracketNewLine": false,
|
|
"svelteAllowShorthand": false,
|
|
"svelteIndentScriptAndStyle": true,
|
|
"printWidth": 600,
|
|
"sxBracketSameLine": true,
|
|
"overrides": [
|
|
{
|
|
"files": "Input.svelte",
|
|
"options": {
|
|
"printWidth": 60
|
|
}
|
|
}
|
|
]
|
|
} |