Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jcartledge committed Aug 23, 2013
1 parent a153ad8 commit 44b2ba9
Showing 1 changed file with 27 additions and 37 deletions.
64 changes: 27 additions & 37 deletions Main.sublime-menu
@@ -1,39 +1,29 @@
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
[{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
[{
"id": "Worksheet",
"caption": "Worksheet",
"children":
[{
"command": "open_file", "args": {
"file": "${packages}/Worksheet/worksheet.sublime-settings"
},
"caption": "Settings – Default"
},
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"id": "Worksheet",
"caption": "Worksheet",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/Worksheet/worksheet.sublime-settings"
},
"caption": "Settings – Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/worksheet.sublime-settings"
},
"caption": "Settings – User"
}
]
}
]
}
]
}
]
"command": "open_file", "args": {
"file": "${packages}/User/worksheet.sublime-settings"
},
"caption": "Settings – User"
}]
}]
}]
}]

0 comments on commit 44b2ba9

Please sign in to comment.