Recently (not sure when), es-mode started mis-indenting files to be something like: ``` GET /foo { "thing": "eggplant" } ``` Adding the extra two spaces before the JSON object. This is not correct and we should fix this.