// 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
}