mardi 19 octobre 2021

Setting formatting for else if [closed]

How can I configure prettier or tslint so that this code:

if (value) {
  // что-то
} else {
  // что-то
}

became like this:

if (value) {
  // что-то
}
else {
  // что-то
}

Aucun commentaire:

Enregistrer un commentaire