diff --git a/src/config-schema.coffee b/src/config-schema.coffee index 644d6a0e0..c113f53db 100644 --- a/src/config-schema.coffee +++ b/src/config-schema.coffee @@ -197,7 +197,7 @@ module.exports = softWrapAtPreferredLineLength: type: 'boolean' default: false - description: 'Instead of wrapping lines to the window\'s width, wrap lines to the number of characters defined by the `Preferred Line Length` setting. This will only take effect when the soft wrap config setting is enabled globally or for the current language. Note: If you like to hide the wrap guide (the vertical line) you can disable the `wrap-guide` package.' + description: 'Instead of wrapping lines to the window\'s width, wrap lines to the number of characters defined by the `Preferred Line Length` setting. This will only take effect when the soft wrap config setting is enabled globally or for the current language. **Note:** If you want to hide the wrap guide (the vertical line) you can disable the `wrap-guide` package.' softWrapHangingIndent: type: 'integer' default: 0