Microsoft/TypeScript

Formatter: Place JSX closing tag on new line

Ouverte

#21 124 ouverte le 10 janv. 2018

 (0 commentaire) (0 réaction) (0 personne assignée)TypeScript (13 395 forks)batch import
Domain: FormatterHelp WantedSuggestion

Métriques du dépôt

Stars
 (108 860 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

TypeScript Version: 2.7.0-dev.20180108

Code

<div>
    wat</div>

Expected behavior:

<div>
    wat
</div>

Actual behavior:

No changes are made by the formatter.

Related:

While not directly related, I came across this while working on a fix for #20766. I can work on a fix for this issue as well.

Guide contributeur