Fix setting file format
This commit is contained in:
parent
aaaa457475
commit
a6e18b1cff
|
@ -24,12 +24,12 @@
|
||||||
"command": "pretty_json_validate"
|
"command": "pretty_json_validate"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"caption": "Preferences: Pretty JSON Settings",
|
|
||||||
"command": "edit_settings",
|
|
||||||
"args":
|
"args":
|
||||||
{
|
{
|
||||||
"base_file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings",
|
"base_file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings",
|
||||||
"default": "{\n\t$0\n}\n"
|
"default": "{\n\t$0\n}\n"
|
||||||
}
|
},
|
||||||
|
"caption": "Preferences: Pretty JSON Settings",
|
||||||
|
"command": "edit_settings"
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -1,25 +1,29 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"id": "preferences",
|
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "package-settings",
|
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"caption": "Pretty JSON",
|
"caption": "Pretty JSON",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"caption": "Settings",
|
|
||||||
"command": "edit_settings",
|
|
||||||
"args":
|
"args":
|
||||||
{
|
{
|
||||||
"base_file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings",
|
"base_file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings",
|
||||||
"default": "{\n\t$0\n}\n",
|
"default": "{\n\t$0\n}\n"
|
||||||
}
|
},
|
||||||
|
"caption": "Settings",
|
||||||
|
"command": "edit_settings"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"caption": "-"
|
"caption": "-"
|
||||||
}]
|
}
|
||||||
}]
|
]
|
||||||
}]
|
}
|
||||||
}]
|
],
|
||||||
|
"id": "package-settings"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"id": "preferences"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue