Files
otpManuals/.vscode/settings.json

10 lines
316 B
JSON
Raw Normal View History

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