-Change the enabling to True

This commit is contained in:
facelessuser 2011-10-18 17:08:29 -06:00
parent 488e793fc5
commit 40dcc62448

View File

@ -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