From 40dcc62448a9264736c1a25a2b5d3ee23edf17b9 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Tue, 18 Oct 2011 17:08:29 -0600 Subject: [PATCH] -Change the enabling to True --- trailing_spaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trailing_spaces.py b/trailing_spaces.py index 72b1beb..a464fa4 100644 --- a/trailing_spaces.py +++ b/trailing_spaces.py @@ -21,7 +21,7 @@ import sublime, sublime_plugin DEFAULT_MAX_FILE_SIZE = 1048576 DEFAULT_COLOR_SCOPE_NAME = "invalid" -DEFAULT_IS_ENABLED = False +DEFAULT_IS_ENABLED = True #Set whether the plugin is on or off TrailingSpacesEnabled = DEFAULT_IS_ENABLED