英文:
Vaadin themes files line separator
问题
我使用的是 Windows 10,公司的代码风格检查只接受 Unix("LF","\n")行尾。我在 Maven 构建中添加了 -Dline.separator=$'\n',但仍然有一些文件生成的行尾是 Windows 格式。请问 "addons.scss" 是如何生成的?我如何在构建项目时设置行尾字符?
英文:
I am using Windows 10 and the code style check of company accepts only Unix ("LF", "\n") line ending. I added -Dline.separator=$'\n' for maven build but still some files are generated with windows line separator. How "addons.scss" is generated so I can set the line separator when the project is built?
专注分享java语言的经验与见解,让所有开发者获益!
评论