change "format code" to properly indent for projections
When I use the new format code (ctrl-Alt-L) to format for projections, each field is indented more than the next. In my opinion, these should all have the same indentation level:
This:
{
"When" : 1.0,
"TestbedMoniker" : 1.0,
"code" : 1.0,
"LastUpdate" : 1.0,
"SRUNSTATNO" : 1.0,
"EMGEM13" : 1.0,
"UUTState" : 1.0
}
Not this:
{
"When" : 1.0,
"TestbedMoniker" : 1.0,
"code" : 1.0,
"LastUpdate" : 1.0,
"SRUNSTATNO" : 1.0,
"EMGEM13" : 1.0,
"UUTState" : 1.0
}
1
vote
Anonymous
shared this idea