список устройств

This commit is contained in:
Dmitry Borisenko
2022-02-07 16:36:43 +01:00
parent b426958f8a
commit ffd427c52a
11 changed files with 219 additions and 130 deletions

View File

@@ -7,6 +7,12 @@
"printWidth": 1000,
"sxBracketSameLine": true,
"overrides": [
{
"files": "App.svelte",
"options": {
"printWidth": 1000
}
},
{
"files": "Input.svelte",
"options": {
@@ -18,6 +24,12 @@
"options": {
"printWidth": 600
}
},
{
"files": "Cross.svelte",
"options": {
"printWidth": 50
}
}
]
}