-Add settings file and load it from main script

-Change enable variable name so that it matches current naming convention
-Add Trailing Space commands to the command palette so that delete and toggle can be called even without shortcuts defined
This commit is contained in:
facelessuser
2011-10-19 19:30:30 -06:00
parent 710a69fd87
commit 0c7c1e4ca4
3 changed files with 35 additions and 13 deletions

10
Default.sublime-commands Normal file
View File

@@ -0,0 +1,10 @@
[
{
"caption": "Trailing Spaces: Toggle Trailing Spaces",
"command": "toggle_trailing_spaces"
},
{
"caption": "Trailing Spaces: Delete Trailing Spaces",
"command": "delete_trailing_spaces"
}
]