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.

貢獻者指南