From c5d3554ff7440300d2b8a46b3ffe3f2ee48b80f4 Mon Sep 17 00:00:00 2001 From: Nikolajus Date: Thu, 9 Feb 2012 09:42:28 +0100 Subject: [PATCH] converting tabs to spaces --- Main.sublime-menu | 75 ++++++++++++++++++------------------ Pretty JSON.sublime-settings | 6 +-- 2 files changed, 40 insertions(+), 41 deletions(-) diff --git a/Main.sublime-menu b/Main.sublime-menu index 0074fbf..b234a57 100644 --- a/Main.sublime-menu +++ b/Main.sublime-menu @@ -1,39 +1,38 @@ [ - { - "caption": "Preferences", - "mnemonic": "n", - "id": "preferences", - "children": - [ - { - "caption": "Package Settings", - "mnemonic": "P", - "id": "package-settings", - "children": - [ - { - "caption": "Pretty JSON", - "children": - [ - { - "command": "open_file", "args": - { - "file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings" - }, - "caption": "Settings – Default" - }, - { - "command": "open_file", "args": - { - "file": "${packages}/User/Pretty JSON.sublime-settings" - }, - "caption": "Settings – User" - }, - { "caption": "-" } - ] - } - ] - } - ] - } -] + { + "mnemonic": "n", + "caption": "Preferences", + "id": "preferences", + "children": [ + { + "mnemonic": "P", + "caption": "Package Settings", + "id": "package-settings", + "children": [ + { + "caption": "Pretty JSON", + "children": [ + { + "caption": "Settings – Default", + "args": { + "file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings" + }, + "command": "open_file" + }, + { + "caption": "Settings – User", + "args": { + "file": "${packages}/User/Pretty JSON.sublime-settings" + }, + "command": "open_file" + }, + { + "caption": "-" + } + ] + } + ] + } + ] + } +] \ No newline at end of file diff --git a/Pretty JSON.sublime-settings b/Pretty JSON.sublime-settings index b5c21a9..89262d5 100644 --- a/Pretty JSON.sublime-settings +++ b/Pretty JSON.sublime-settings @@ -1,5 +1,5 @@ { - "use_entire_file_if_no_selection" : true, - "indent_size" : 4, - "sort_keys" : true + "use_entire_file_if_no_selection" : true, + "indent_size" : 4, + "sort_keys" : true } \ No newline at end of file