1 Star 0 Fork 2

小微草/sonar-pmd

forked from Lyn-30/sonar-pmd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 562 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lyn-30 提交于 2020-03-24 17:12 . 项目上传
root = true
[.idea/*.xml]
indent_style = space
indent_size = 2
max_line_length = 0
[*.{java}]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{json,js,xml,html,css,scss}]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true
[*.{yml,properties}]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wangying1148/sonar-pmd.git
git@gitee.com:wangying1148/sonar-pmd.git
wangying1148
sonar-pmd
sonar-pmd
master

搜索帮助