From 64554141c6f1d6228f4aa0923e0ae00120ed918f Mon Sep 17 00:00:00 2001 From: Nate Mills Date: Fri, 26 Jan 2018 09:12:54 -0800 Subject: [PATCH] Update readme.md --- readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 04b227c..9e1ef88 100644 --- a/readme.md +++ b/readme.md @@ -54,7 +54,8 @@ Some options are available to customize the plugin look 'n feel. The config keys goes into config files accessible throught the "Preferences" menu. -### Change the highlighting color +### Change the highlighting color +`Default: invalid` The highlighting color can be changed by providing a scope name such as "invalid", "comment"... in "File Settings - User": @@ -67,7 +68,8 @@ as "invalid", "comment"... in "File Settings - User": it should be defined as a color scope in your theme file. -### Trim white space +### Trim white space +`Default: true` If this setting is true, the leading and trailing whitespace will be removed before being compared to other lines. This setting also affects which lines are selected when using the 'Select Duplicates' command. @@ -83,7 +85,8 @@ However, these lines would not, since there is white space in line 1, that is no ``` -### Ignore Case +### Ignore Case +`Default: false` If this setting is true, upper and lower case letters will be concidered the same. This setting also affects which lines are selected when using the 'Select Duplicates' command.