From e86c90ed8fc08a8b8ae69fb68b84c94a9aa344fa Mon Sep 17 00:00:00 2001 From: Nate Mills Date: Wed, 26 Feb 2020 07:40:47 -0800 Subject: [PATCH] Reverting line endings. --- Main.sublime-menu | 56 +++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/Main.sublime-menu b/Main.sublime-menu index 3ffe359..9fb5180 100644 --- a/Main.sublime-menu +++ b/Main.sublime-menu @@ -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": "-" + }] + }] + }] + } +]