Files
IoTManagerWeb/src/.prettierrc

23 lines
456 B
Plaintext

{
"svelteSortOrder": "options-scripts-markup-styles",
"svelteStrictMode": false,
"svelteBracketNewLine": false,
"svelteAllowShorthand": false,
"svelteIndentScriptAndStyle": true,
"printWidth": 1000,
"sxBracketSameLine": true,
"overrides": [
{
"files": "Input.svelte",
"options": {
"printWidth": 600
}
},
{
"files": "Toggle.svelte",
"options": {
"printWidth": 600
}
}
]
}