【发布时间】:2018-03-25 06:53:47
【问题描述】:
"html.format.wrapAttributes": "force-align" 不适用于 jsx。
我想要格式
<RenderView key="1"
className="hah"
data="data"
/>
到
<RenderView key="1"
className="hah"
data="data"
/>
是怎么做到的?
【问题讨论】:
标签: reactjs format visual-studio-code jsx