Skip to content

Commit

Permalink
Reverting line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
LordBrom committed Feb 26, 2020
1 parent 3406e8c commit e86c90e
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[{
"caption": "Highlight Duplicates",
"mnemonic": "H",
"children":
[{
"caption": "-"
},{
"command": "open_file", "args": {"file": "${packages}/Highlight Duplicates/highlight_duplicates.sublime-settings"},"caption": "Settings – Default"
},{
"command": "open_file", "args": {"file": "${packages}/User/highlight_duplicates.sublime-settings"},"caption": "Settings – User"
},{
"caption": "-"
}]
}]
}]
}
]
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[{
"caption": "Highlight Duplicates",
"mnemonic": "H",
"children":
[{
"caption": "-"
},{
"command": "open_file", "args": {"file": "${packages}/Highlight Duplicates/highlight_duplicates.sublime-settings"},"caption": "Settings – Default"
},{
"command": "open_file", "args": {"file": "${packages}/User/highlight_duplicates.sublime-settings"},"caption": "Settings – User"
},{
"caption": "-"
}]
}]
}]
}
]

0 comments on commit e86c90e

Please sign in to comment.