Files
IoTManagerWeb/src/.prettierrc
Dmitry Borisenko 050a813471 прогресс
2022-02-10 17:39:50 +01:00

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
}
}
]
}