Tag: Prettier
All the articles with the tag "Prettier".
Vscode Prettier 诡异的格式化换行问题及解决
Published: at 10:40 AMVscode Prettier 格式化 HTML 代码时换行不符合预期,导致 `<van-button>` 标签被拆分到多行。通过设置`htmlWhitespaceSensitivity: 'ignore'`解决此问题。
All the articles with the tag "Prettier".
Vscode Prettier 格式化 HTML 代码时换行不符合预期,导致 `<van-button>` 标签被拆分到多行。通过设置`htmlWhitespaceSensitivity: 'ignore'`解决此问题。