1 Star 0 Fork 564

Hlooc/sofa-boot

forked from SOFAStack/sofa-boot 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
check-style.xml 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
Erving 提交于 2021-05-10 10:35 +08:00 . add check style of newline for eof (#828)
<?xml version="1.0"?>
<!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name="Checker">
<!-- Checks whether files end with a line separator.
Rationale: Any source files and text files in general should end with a line separator to let other
easily add new content at the end of file and "diff" command does not show previous lines as changed. -->
<module name="NewlineAtEndOfFile">
<property name="lineSeparator" value="lf"/>
</module>
</module>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hlooc/sofa-boot.git
git@gitee.com:hlooc/sofa-boot.git
hlooc
sofa-boot
sofa-boot
master

搜索帮助