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

9 lines
308 B
JSON
Raw Normal View History

{
2023-10-20 05:18:10 +00:00
"cSpell.language": "en, ru",
"markdown-table-formatter.limitLastColumnLength": "Follow editor's wordWrapColumn",
"markdown-table-formatter.globalColumnSizes": "Same Table Size",
"markdown.copyFiles.destination": {
"/docs/**/*": "media/${fileName}"
}
}