Add descriptions to softwrap settings.

Closes #6920
This commit is contained in:
Ben Ogle
2015-05-26 13:36:37 -07:00
parent 1090c86113
commit fc9a8c7f71

View File

@@ -139,12 +139,14 @@ module.exports =
softWrap:
type: 'boolean'
default: false
description: 'Wraps lines that exceeed the width of the window. When `Soft Wrap At Preferred Line Length` is set, it will wrap to the number characters defined by the `Preferred Line Length` setting.'
softTabs:
type: 'boolean'
default: true
softWrapAtPreferredLineLength:
type: 'boolean'
default: false
description: 'Will wrap to the number characters defined by the `Preferred Line Length` setting. This will only take effect when soft wrap is enabled globally or for the current language.'
softWrapHangingIndent:
type: 'integer'
default: 0