Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shibli049/89a65f16499aae6f458d4e4272f410c8 to your computer and use it in GitHub Desktop.
Save shibli049/89a65f16499aae6f458d4e4272f410c8 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite default and user settings.
{
"editor.wrappingColumn": 0,
"files.exclude": {
"**/node_modules": {},
"typings": {},
"**/*.map": {},
"**/*.js": {
"when": "$(basename).ts"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment