Fixes #4460: Improve description for editor.wrappingColumn

This commit is contained in:
Alex Dima
2016-04-08 17:39:14 +02:00
parent 7c1c26a31a
commit f5a3dfd368
@@ -850,7 +850,7 @@ let editorConfiguration:IConfigurationNode = {
'type': 'integer',
'default': DefaultConfig.editor.wrappingColumn,
'minimum': -1,
'description': nls.localize('wrappingColumn', "Controls after how many characters the editor will wrap to the next line. Setting this to 0 turns on viewport width wrapping")
'description': nls.localize('wrappingColumn', "Controls after how many characters the editor will wrap to the next line. Setting this to 0 turns on viewport width wrapping (word wrapping). Setting this to -1 forces the editor to never wrap.")
},
'editor.wrappingIndent' : {
'type': 'string',