Skip to content

Commit

Permalink
Normalize whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlabelle committed Oct 19, 2013
1 parent 55d99ab commit f31f59e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Default (Linux).sublime-keymap
@@ -1,3 +1,3 @@
[
{ "keys": ["ctrl+alt+s"], "command": "trimmer" }
{ "keys": ["ctrl+alt+s"], "command": "trimmer" }
]
2 changes: 1 addition & 1 deletion Default (Windows).sublime-keymap
@@ -1,3 +1,3 @@
[
{ "keys": ["ctrl+alt+s"], "command": "trimmer" }
{ "keys": ["ctrl+alt+s"], "command": "trimmer" }
]
32 changes: 16 additions & 16 deletions Default.sublime-commands
@@ -1,18 +1,18 @@
[
{
"caption": "Trimmer: Remove trailing whitespace.",
"command": "trimmer"
},
{
"caption": "Trimmer: Remove leading whitespace.",
"command": "trim_leading"
},
{
"caption": "Trimmer: Remove leading and trailing whitespace.",
"command": "trim_leading_trailing"
},
{
"caption": "Trimmer: Remove end-of-file whitespace.",
"command": "trim_eof"
}
{
"caption": "Trimmer: Remove trailing whitespace.",
"command": "trimmer"
},
{
"caption": "Trimmer: Remove leading whitespace.",
"command": "trim_leading"
},
{
"caption": "Trimmer: Remove leading and trailing whitespace.",
"command": "trim_leading_trailing"
},
{
"caption": "Trimmer: Remove end-of-file whitespace.",
"command": "trim_eof"
}
]

0 comments on commit f31f59e

Please sign in to comment.