Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LordBrom authored Jan 26, 2018
1 parent 44924fb commit 6455414
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand All @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit 6455414

Please sign in to comment.