Skip to content

Commit

Permalink
remove trailing commas in osx and linux keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jatana committed Jul 21, 2018
1 parent 118b10e commit ae1c933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{
"key": "setting.edit_mode",
"operator": "equal",
"operand": false,
"operand": false
}
]
},
Expand Down Expand Up @@ -116,7 +116,7 @@
{
"key": "setting.edit_mode",
"operator": "equal",
"operand": false,
"operand": false
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{
"key": "setting.edit_mode",
"operator": "equal",
"operand": false,
"operand": false
}
]
},
Expand Down Expand Up @@ -116,7 +116,7 @@
{
"key": "setting.edit_mode",
"operator": "equal",
"operand": false,
"operand": false
}
]
},
Expand Down

0 comments on commit ae1c933

Please sign in to comment.