Commit d54b138f9113739780f1f61c9fe5aeec0e0ea088 broke indentation in the following case (and also with literal arrays): ``` js a = { b: { c: { }, }, d: { // indents to here // should indent to here, instead }, } ``` The issue doesn't arise if the trailing comma from `c` is removed. The issue exists on the `develop` branch as well.