What the code looks like before pressing `enter`: ```python print( "Hello world!"|) ``` ```python { "foo": "bar"|} ``` What I want the code to look like after pressing `enter`: ```python print( "Hello world!" |) ``` ```python { "foo": "bar" |} ``` What the code actually looks like after pressing `enter`: ```python print( "Hello world!" |) ``` ```python { "foo": "bar" |} ``` I would love to have an option in the settings to enable this behavior.
What the code looks like before pressing
enter:{ "foo": "bar"|}What I want the code to look like after pressing
enter:{ "foo": "bar" |}What the code actually looks like after pressing
enter:{ "foo": "bar" |}I would love to have an option in the settings to enable this behavior.