Skip to content

Instantly share code, notes, and snippets.

@nandiraju
Created December 20, 2019 01:27
Show Gist options
  • Select an option

  • Save nandiraju/41f7cd6811f60bcdc06e234b8403efd1 to your computer and use it in GitHub Desktop.

Select an option

Save nandiraju/41f7cd6811f60bcdc06e234b8403efd1 to your computer and use it in GitHub Desktop.

Revisions

  1. nandiraju created this gist Dec 20, 2019.
    16 changes: 16 additions & 0 deletions VS-REACT
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    {
    "files.associations": {
    "*.js": "javascriptreact"
    },
    "prettier.jsxBracketSameLine": true,
    "beautify.ignore": ["**/*.js", "**/*.jsx"],
    "[javascript]": {
    "editor.formatOnSave": true
    },
    "prettier.disableLanguages": ["javascript"],
    "emmet.includeLanguages": {
    "javascript": "javascriptreact"
    },
    "editor.formatOnPaste": true,
    "editor.formatOnSave": true
    }