dakrone / es-mode

An Emacs major mode for interacting with Elasticsearch
GNU General Public License v3.0
195 stars 34 forks source link

Indentation issues for .es files #85

Open dakrone opened 1 year ago

dakrone commented 1 year ago

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.