Instead of respecting the current block's indentation level, the cursor moves to the start of the new line when pressing the enter key.
{
"name": "foo",
|
}
The cursor should jump to the same level as the name key.
This happens even with the empty curly brackets.
{|}
Hit enter
{
|}
There doesn't seem to be a setting that can be set so the cursor only jumps to the current indentation level.