ecm-administrator-manuals/.vscode/settings.json

10 lines
316 B
JSON
Raw Normal View History

2023-04-06 09:26:20 +00:00
{
"markdown-table-formatter.limitLastColumnLength": "Follow editor's wordWrapColumn",
2023-10-20 03:23:54 +00:00
"markdown-table-formatter.globalColumnSizes": "Same Table Size",
"markdown.copyFiles.destination": {
"/docs/**/*": "media/${fileName}"
2023-10-24 06:26:20 +00:00
},
"cSpell.words": [
"автоматического"
]
}