peakchen90 / vue-beautify

vscode的一个vue格式化插件
https://marketplace.visualstudio.com/items?itemName=peakchen90.vue-beautify
25 stars 21 forks source link

自动插入空行是在哪里配置的,我想去掉 #24

Open think2cat opened 6 years ago

think2cat commented 6 years ago
<el-table :data="optList" stripe style="width: 80%">
    <el-table-column prop="deviceCode" label="设备ID" min-width="100"></el-table-column>
    <el-table-column prop="addtime" label="用户ID" min-width="150"></el-table-column>
    <el-table-column prop="productName" label="所属产品" min-width="180"></el-table-column>
    <el-table-column prop="opt" label="操作" min-width="80"></el-table-column>
</el-table>

格式化后每行都给插入空行,怎么去掉

<el-table :data="optList" stripe style="width: 80%">

    <el-table-column prop="deviceCode" label="设备ID" min-width="100"></el-table-column>

    <el-table-column prop="addtime" label="用户ID" min-width="150"></el-table-column>

    <el-table-column prop="productName" label="所属产品" min-width="180"></el-table-column>

    <el-table-column prop="opt" label="操作" min-width="80"></el-table-column>

</el-table>
leo4all commented 6 years ago

No response here???