md-article
Version:
Extract data from markdown article
13 lines (10 loc) • 410 B
JSON
// Place your settings in this file to overwrite default and user settings.
{
// Controls whether the editor should render whitespace characters
"editor.renderWhitespace": true,
// Controls whether the editor should render indent guides
"editor.renderIndentGuides": true,
// Workbench
// Controls if opened editors should show in tabs or not.
"workbench.editor.showTabs": false
}