mardi 5 mai 2015

Align json field names in Webstorm

How can I align the JSON file as below in Webstorm? What option can I put. I cannot seem to find it.

{
  "Hero": {
    "id"       : "11111111111111111",
    "firstName": "John",
    "lastName" : "Smith",
    "title"    : "MR"
  }
}

Aucun commentaire:

Enregistrer un commentaire