// Place your settings in this file to overwrite the default settings
{
    "highlight-matching-tag.enabled": true,
    "highlight-matching-tag.highlightSelfClosing": true,
    "highlight-matching-tag.leftStyle": {
        "borderWidth": "5px 5px 5px 5px",
        "borderStyle": "solid",
        "borderColor": "white",
        "borderRadius": "1px"
    },
    "highlight-matching-tag.rightStyle": {
        "borderWidth": "5px 5px 5px 5px",
        "borderStyle": "solid",
        "borderColor": "white",
        "borderRadius": "1px"
    },
    "highlight-matching-tag.style": {
        "textDecoration": "underline"
    },

    "typescript.check.tscVersion": false,

    // "editor.formatOnSave": true,
    "editor.renderWhitespace": "boundary",
    "editor.rulers": [
        150
    ],
    "editor.cursorBlinking": "solid",
    "editor.wordWrapColumn": 150,
    "editor.formatOnSave": false,
    
    "prettier.eslintIntegration": true,
    "prettier.jsxBracketSameLine": true,
    "prettier.printWidth": 150,

    "workbench.iconTheme": "vscode-icons",
    "workbench.welcome.enabled": true,

    // Enable/disable default JavaScript formatter (For Prettier)
    "javascript.format.enable": false,

    "editor.snippetSuggestions": "top"
}