Skip to content

Instantly share code, notes, and snippets.

@WesleySmits
Created October 8, 2022 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save WesleySmits/b12d5468769ec1cbfbfc4278aa0cbb18 to your computer and use it in GitHub Desktop.
Save WesleySmits/b12d5468769ec1cbfbfc4278aa0cbb18 to your computer and use it in GitHub Desktop.
{
"editor.linkedEditing": true,
"html.autoClosingTags": true,
"javascript.autoClosingTags": true,
"typescript.autoClosingTags": true,
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"source.organizeImports": true,
"files.trimTrailingWhitespace": true,
"editor.bracketPairColorization.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment