Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save coldcode-moon/d36b50315835e51728582fd6644e0e21 to your computer and use it in GitHub Desktop.
Save coldcode-moon/d36b50315835e51728582fd6644e0e21 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