{
    "workbench.colorTheme": "Monokai ST3",
    "sublimeTextKeymap.promptV3Features": true,
    "php.suggest.basic": false,
    "emmet.triggerExpansionOnTab": true,
    "editor.tabCompletion": true,
    "path-intellisense.autoSlashAfterDirectory": false,
    "editor.fontSize": 14,
    "emmet.includeLanguages": {
        "latte": "html"
    },
    // "files.associations": {
    //     "*.latte": "html"
    // },
    "window.zoomLevel": 0.15,
    "search.useIgnoreFiles": false,
    // "html-css-class-completion.includeGlobPattern": "**/*.{css,html,scss,php,latte}",
    // "fileHeaderComment.template": {
    //     "*": [
    //         "${commentbegin} ${date}${time} <RJ> ${commentend}"
    //     ]
    // },
    "search.exclude": {
        "**/node_modules": true,
        "**/bower_components": true,
        "**/temp": true
    },
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
        "**/temp/": true
    },
    "explorer.confirmDelete": false,
    "emmet.syntaxProfiles": {
        "html": "xhtml"
    },
    "workbench.activityBar.visible": true,
    "editor.renderIndentGuides": true,
    "workbench.colorCustomizations": {
        "editorIndentGuide.activeBackground": "#82806f"
    },
    "terminal.integrated.rendererType": "dom",
    "sync.gist": "",
    "sync.host": "",
    "sync.pathPrefix": "",
    "sync.quietSync": false,
    "sync.askGistName": false,
    "sync.removeExtensions": true,
    "sync.syncExtensions": true,
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastUpload": "2018-08-02T18:50:54.141Z",
    "sync.lastDownload": "",
    "sync.forceDownload": false,
    "php.validate.executablePath": "c:/wamp64/bin/php/php5.6.35/php.exe",
    "php.validate.enable": false,
    "emmet.excludeLanguages": [
        "markdown",
        "php"
    ],
    "html-to-css-autocompletion.getSelectorsFromFileTypes": [
        "html",
        "php",
        "latte"
    ],
    "html-css-class-completion.includeGlobPattern": "**/*.{css,scss,sass,latte,html}",
    "html-to-css-autocompletion.triggerCharacters": true,
    "html-to-css-autocompletion.folderNamesToBeExcluded": [
        "node_modules",
        ".git"
      ]
}