Any way to stop my lists / maps from being minified?
I did look around and didn't see any options for it and it happens even with syntax assist off but basically I want creator to stop automatically minifying my maps and such. Or is there at least some option to make it revert to the human readable when working in the workflow?
some_map = {
"thing": 123,
"value": 321
};
automatically converting to
some_map = {"thing":123,"value":321};