Skip to content

Instantly share code, notes, and snippets.

@shivampip
Created May 22, 2020 04:35
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 shivampip/46d79f2fd1d0f331d6e1b7f42f6277e3 to your computer and use it in GitHub Desktop.
Save shivampip/46d79f2fd1d0f331d6e1b7f42f6277e3 to your computer and use it in GitHub Desktop.
VS Code Pretier Tab problem
"editor.insertSpaces": false,
"editor.tabSize": 4,
"editor.detectIndentation": false,
"prettier.tabWidth": 4,
"prettier.useTabs": true // This made it finally work for me
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment