Created
December 14, 2016 07:04
-
-
Save planetoftheweb/9ca188f7ccc66ec4f344aa4e2b211002 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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
I think
"editor.wrappingColumn": 0
should now be"editor.wordWrap": "off",