This commit is contained in:
Dmitry Borisenko
2021-10-19 05:46:04 +08:00
parent ba41171df1
commit f7482614fe
3 changed files with 10 additions and 9 deletions

View File

@@ -5,5 +5,13 @@
"svelteAllowShorthand": false,
"svelteIndentScriptAndStyle": true,
"printWidth": 600,
"sxBracketSameLine": true
"sxBracketSameLine": true,
"overrides": [
{
"files": "Input.svelte",
"options": {
"printWidth": 60
}
}
]
}