From eac4ce5c954347b61421fe9ff4a20bd107461051 Mon Sep 17 00:00:00 2001 From: simurai Date: Sat, 21 May 2016 10:22:14 +0900 Subject: [PATCH 1/3] :memo: Add a note how to hide the wrap-guide --- src/config-schema.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config-schema.coffee b/src/config-schema.coffee index ed6691380..eec7bfd76 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.' + 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: I you like to hide the wrap guide (the vertical line) you can disable the `wrap-guide` package.' softWrapHangingIndent: type: 'integer' default: 0 From 96292b41fef289c743f884563db2a022bf310661 Mon Sep 17 00:00:00 2001 From: simurai Date: Sat, 21 May 2016 21:45:04 +0900 Subject: [PATCH 2/3] :memo: Typo --- src/config-schema.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config-schema.coffee b/src/config-schema.coffee index eec7bfd76..644d6a0e0 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: I 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 like to hide the wrap guide (the vertical line) you can disable the `wrap-guide` package.' softWrapHangingIndent: type: 'integer' default: 0 From ea94f69051da9df17d71562814fecaec322d60a6 Mon Sep 17 00:00:00 2001 From: Lee Dohm Date: Mon, 23 May 2016 15:20:13 -0700 Subject: [PATCH 3/3] Make the wording more clear and bold the Note --- src/config-schema.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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