Skip to content

Commit

Permalink
White space change only.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavi- committed Jun 15, 2013
1 parent 17d15ad commit d9a9590
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Default (Linux).sublime-keymap
@@ -1,6 +1,6 @@
[
{
"keys": ["alt+shift+s"], "command": "select_until", "args": {"extend": true}
"keys": ["alt+shift+s"], "command": "select_until", "args": { "extend": true }
},
{
"keys": ["alt+shift+r"], "command": "reverse_select"
Expand Down
2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
@@ -1,6 +1,6 @@
[
{
"keys": ["ctrl+shift+s"], "command": "select_until", "args": {"extend": true}
"keys": ["ctrl+shift+s"], "command": "select_until", "args": { "extend": true }
},
{
"keys": ["ctrl+shift+r"], "command": "reverse_select"
Expand Down
2 changes: 1 addition & 1 deletion Default (Windows).sublime-keymap
@@ -1,6 +1,6 @@
[
{
"keys": ["alt+shift+s"], "command": "select_until", "args": {"extend": true}
"keys": ["alt+shift+s"], "command": "select_until", "args": { "extend": true }
},
{
"keys": ["alt+shift+r"], "command": "reverse_select"
Expand Down

0 comments on commit d9a9590

Please sign in to comment.