Microsoft/TypeScript

Formatter: Place JSX closing tag on new line

开放

#21,124 创建于 2018年1月10日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (13,395 个派生)batch import
Domain: FormatterHelp WantedSuggestion

仓库指标

星标
 (108,860 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南