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