Skip to content

Instantly share code, notes, and snippets.

@planetoftheweb
Created December 14, 2016 07:04
Show Gist options
  • Save planetoftheweb/9ca188f7ccc66ec4f344aa4e2b211002 to your computer and use it in GitHub Desktop.
Save planetoftheweb/9ca188f7ccc66ec4f344aa4e2b211002 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"
}
}
}
@whodeee
Copy link

whodeee commented Jun 29, 2017

I think "editor.wrappingColumn": 0 should now be "editor.wordWrap": "off",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment