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

7 lines
248 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}"
}
}