{
    "editor.codeLens": false,
    "editor.cursorBlinking": "solid",
    "editor.cursorSmoothCaretAnimation": true,
    "editor.cursorStyle": "line",
    "editor.fontSize": 16,
    "editor.fontFamily": "Dank Mono, Operator Mono, Fira Code, Inconsolata",
    "editor.fontLigatures": true,
    "editor.formatOnType": false,
    "editor.formatOnSave": true,
    "editor.lineHeight": 25,
    "editor.minimap.enabled": false,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.suggestSelection": "first",
    "editor.tabCompletion": "on",
    "editor.wordWrap": "on",
    "window.zoomLevel": 1,
    "editor.snippetSuggestions": "top",
    "workbench.colorTheme": "Monokai",
    "mjml.screenshotWidths": [
        320,
        640
    ],
    "mjml.screenshotType": "png",
    "mjml.mailFromName": "Todd Testing",
    "mjml.mailjetAPIKey": "73503578dbf6f3fe7c9882f5c2e46666",
    "mjml.mailjetAPISecret": "48e48a15f60543d900737a8932675bfa",
    "mjml.mailSender": "todd@toddprouty.com",
    "mjml.mailSubject": "MJML email test",
    "mjml.mailRecipients": "todd@toddprouty.com,toddprouty@icloud.com",
    "mjml.screenshotWidth": 640,
    "mjml.showSaveDialog": true,
    "workbench.iconTheme": "file-icons-mac",
    "editor.fontWeight": "normal",
    "update.mode": "manual",
    "editor.tabSize": 2,
    "emmet.includeLanguages": {
        "twig": "html"
    },
    "tailwindCSS.includeLanguages": {
        "twig": "html"
    },
    "workbench.editorAssociations": [],
    "tailwindCSS.emmetCompletions": true,
    "workbench.editor.highlightModifiedTabs": true,
    "javascript.format.enable": false,
    "emmet.showSuggestionsAsSnippets": true,
    "css.validate": false,
    "scss.validate": false,
    "less.validate": false,
    "vetur.format.defaultFormatter.scss": "none",
    "stylelint.enable": false,
    "html.format.wrapLineLength": 0,
    "twig-language.formatting": false,
    "twig-language.indentStyle": "space",
    "twig-language-2.indentStyle": "space",
    "liveServer.settings.donotVerifyTags": true,
    "gitlens.defaultTimeFormat": "HH:mm",
    "gitlens.defaultDateShortFormat": "YYYY.MM.DD",
    "gitlens.defaultDateFormat": "YYYY.MM.DD HH:mm",
    "liveServer.settings.donotShowInfoMsg": true,
    "search.exclude": {
        "**/.history": true,
        "**/craft/config/project": true,
        "**/systems": true
    },
    "local-history.exclude": [
        "**/public_html/**",
        "**/.history/**",
        "**/.vscode/**",
        "**/node_modules/**",
        "**/typings/**",
        "**/out/**",
        "**/Code/User/**",
        "precache-manifest.*.js",
    ],
    "files.exclude": {
        "**/.history": true
    },
    "files.watcherExclude": {
        "**/.history": true
    },
    "workbench.settings.enableNaturalLanguageSearch": false,
    "editor.detectIndentation": false,
    "editorconfig.generateAuto": false,
    "twig-language-2.formatting": false,
    "angular.experimental-ivy": true,
    "terminal.integrated.rendererType": "canvas",
}