- 新建任意项目
- 新建 .editorconfig 文件
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_style = space
indent_size = 4
tab_width = 4
max_line_length = 120
trim_trailing_whitespace = true
insert_final_newline = true
[*.{html, js, vue, css, less, scss, sass}]
indent_size = 4
tab_width = 4
[*.{lock, json}]
indent_size = 2
tab_width = 2
- 新建测试 js 文件
(function () {
//
})();
- 在任意行末输入多余空格
4 个回复
最佳回复
DCloud
HBuilderX 3.99.2023121601-alpha 已修复。
DCloud_HB_WTC
bug已确认, 后续会尽快修复, 感谢反馈
CodePencil
该问题3.8.7依然存在
1***@qq.com
3.8.12 依然存在,编辑器都不根据 .editorconfig 和 prettier 配置来的,相关开关和插件都安装了