converting tabs to spaces
This commit is contained in:
parent
386bdab8f0
commit
c5d3554ff7
|
@ -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": "-" }
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
]
|
||||||
]
|
|
|
@ -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
|
||||||
}
|
}
|
Loading…
Reference in New Issue