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