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

6 lines
179 B
JSON
Raw Normal View History

2023-04-06 09:26:20 +00:00
{
"markdown-table-formatter.limitLastColumnLength": "Follow editor's wordWrapColumn",
"markdown.copyFiles.destination": {
"/docs/**/*": "media/${fileName}"
}
}