Skip to content

Instantly share code, notes, and snippets.

@mcandre
Created July 28, 2020 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcandre/d1dafe61e9cae7d4e7b07aa2ecb25306 to your computer and use it in GitHub Desktop.
Save mcandre/d1dafe61e9cae7d4e7b07aa2ecb25306 to your computer and use it in GitHub Desktop.
VSCode: Fix Paste Indentation

VSCode has a nasty habit of nesting pasted text deeper than it should be. To stop this from happening, configure:

{
    "editor.autoindent": "advanced"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment