This commit is contained in:
2025-04-14 16:07:37 +05:00
parent 3dc40fe066
commit 641f0fafca
14 changed files with 581 additions and 0 deletions

10
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"markdown-table-formatter.limitLastColumnLength": "Follow editor's wordWrapColumn",
"markdown-table-formatter.globalColumnSizes": "Same Table Size",
"markdown.copyFiles.destination": {
"/docs/**/*": "media/${fileName}"
},
"cSpell.words": [
"автоматического"
]
}