converting tabs to spaces

This commit is contained in:
Nikolajus 2012-02-09 09:42:28 +01:00
parent 386bdab8f0
commit c5d3554ff7
2 changed files with 40 additions and 41 deletions

View File

@ -1,39 +1,38 @@
[ [
{ {
"caption": "Preferences", "mnemonic": "n",
"mnemonic": "n", "caption": "Preferences",
"id": "preferences", "id": "preferences",
"children": "children": [
[ {
{ "mnemonic": "P",
"caption": "Package Settings", "caption": "Package Settings",
"mnemonic": "P", "id": "package-settings",
"id": "package-settings", "children": [
"children": {
[ "caption": "Pretty JSON",
{ "children": [
"caption": "Pretty JSON", {
"children": "caption": "Settings Default",
[ "args": {
{ "file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings"
"command": "open_file", "args": },
{ "command": "open_file"
"file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings" },
}, {
"caption": "Settings Default" "caption": "Settings User",
}, "args": {
{ "file": "${packages}/User/Pretty JSON.sublime-settings"
"command": "open_file", "args": },
{ "command": "open_file"
"file": "${packages}/User/Pretty JSON.sublime-settings" },
}, {
"caption": "Settings User" "caption": "-"
}, }
{ "caption": "-" } ]
] }
} ]
] }
} ]
] }
} ]
]

View File

@ -1,5 +1,5 @@
{ {
"use_entire_file_if_no_selection" : true, "use_entire_file_if_no_selection" : true,
"indent_size" : 4, "indent_size" : 4,
"sort_keys" : true "sort_keys" : true
} }