-
-
Notifications
You must be signed in to change notification settings - Fork 509
Closed
Labels
lockedLocked due to inactivityLocked due to inactivity
Description
The json array grammar need to be able to expand as multiline in the same way of json obeject:
Insert a enter then format, then the multiline will be triggered, but not only depends on line length compress. Like below:
"members": [{ "mode": "init" }, { "options": "extra1,extra2" }]to
"members": [
{ "mode": "init" },
{ "options": "extra1,extra2" }
]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lockedLocked due to inactivityLocked due to inactivity