jq-87
9/21/2017 - 3:14 PM

VScode prefs

VScode prefs

{
    "window.zoomLevel": 1,
    "editor.fontSize": 14,
    "editor.wordWrap": "on",
    "emmet.includeLanguages": {
        "lang-cfml": "html",
        "vue-html": "html",
        "javascript": "html",
        "php": "html"
    },
    "editor.tabCompletion": true,
    "editor.minimap.showSlider": "always",
    "editor.formatOnSave": true,
    "workbench.colorTheme": "Cobalt2",
    "workbench.iconTheme": "eq-material-theme-icons",
    "workbench.colorCustomizations": {
        "editor.selectionHighlightBackground": "#00517d",
        "editorCursor.foreground": "#00ffff"
    },
    "files.exclude": {
        "**/node_modules/**": true
    },
    "prettier.tabWidth": 4,
    "editor.lineHeight":
}