Skip to content

Commit

Permalink
setting ignore case to default false
Browse files Browse the repository at this point in the history
  • Loading branch information
LordBrom authored Jan 26, 2018
1 parent 6455414 commit f331042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highlight_duplicates.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
// If true, whitespace gets trimmed off each line before checking for matching lines
"trim_white_space" : true,

"ignore_case" : true
"ignore_case" : false
}

0 comments on commit f331042

Please sign in to comment.