Frage

Is there a way to get an whitespace after the colon in a JSON object when autoformating in webstorm?

Actually I've got:

{
    key:value
}

What I want is

{
    key: value
}
War es hilfreich?

Lösung

In Intellij I go here, Webstorm might be the same...

enter image description here

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top