Skip to content

Instantly share code, notes, and snippets.

@rodrigorojo
Last active February 2, 2021 17:11
Show Gist options
  • Select an option

  • Save rodrigorojo/b8e5f20be24e1579e2b6856817188477 to your computer and use it in GitHub Desktop.

Select an option

Save rodrigorojo/b8e5f20be24e1579e2b6856817188477 to your computer and use it in GitHub Desktop.

UI settings

{
    "workbench.editor.highlightModifiedTabs": true,
    "workbench.settings.editor": "json",
    "files.trimFinalNewlines": true,
    "editor.fontSize": 14,
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true,
    "editor.minimap.enabled": false,
    "editor.renderWhitespace": "trailing",
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "[html]": {
      "editor.tabSize": 2
    },
    "[json]": {
      "editor.tabSize": 2
    }
}

Extensions

General

  • Prettier

HTML

  • Live Server
  • Auto Rename Tag

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