Skip to content

Instantly share code, notes, and snippets.

@lamngockhuong
Created March 13, 2018 03:08
Show Gist options
  • Select an option

  • Save lamngockhuong/87191fe3f71c1bfeed2a5dc67478d8d4 to your computer and use it in GitHub Desktop.

Select an option

Save lamngockhuong/87191fe3f71c1bfeed2a5dc67478d8d4 to your computer and use it in GitHub Desktop.
[VS Code - My User Settings] user settings helpful #vscode
{
    "phpformatter.composer": true,
    "workbench.startupEditor": "newUntitledFile",
    "workbench.iconTheme": "material-icon-theme",
    "editor.multiCursorModifier": "alt",
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": true,
    "window.menuBarVisibility": "toggle",
    "window.zoomLevel": 0,
    "files.autoSave": "onWindowChange",
    "editor.mouseWheelZoom": true,
    "files.insertFinalNewline": true,
    "files.trimTrailingWhitespace": true,
    "emmet.includeLanguages": {
        "blade": "html"
    },
    "emmet.triggerExpansionOnTab": true, // enable tab to expanse emmet tags
    "blade.format.enable": true,
    "explorer.confirmDelete": true, // if you would like to enable blade format
    "explorer.autoReveal": false,
    "editor.renderWhitespace": "all",
    "workbench.colorTheme": "Monokai Dimmed",
    "phpcs.standard": "Framgia",
    "editor.minimap.enabled": false,
    "jshint.options": {
        "esversion": 6
    }
}


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment