From f331042f0297064ea988046ee6a43e728e471dc3 Mon Sep 17 00:00:00 2001 From: Nate Mills Date: Fri, 26 Jan 2018 09:13:24 -0800 Subject: [PATCH] setting ignore case to default false --- highlight_duplicates.sublime-settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlight_duplicates.sublime-settings b/highlight_duplicates.sublime-settings index 104991e..6f0cdda 100644 --- a/highlight_duplicates.sublime-settings +++ b/highlight_duplicates.sublime-settings @@ -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 }