优化:参照 alibaba/easyexcel 配置 P3C(阿里巴巴 Java 开发手册代码规范)代码格式,重新对现有代码执行了格式优化

This commit is contained in:
2022-12-10 22:54:30 +08:00
parent 12b839f297
commit c46379f6a8
6 changed files with 527 additions and 57 deletions

8
code-style/STYLE.md Normal file
View File

@@ -0,0 +1,8 @@
## 统一代码风格
如果要编辑本项目,一定要统一代码风格
### 统一方案
本工程代码遵守阿里巴巴 [p3c](https://github.com/alibaba/p3c) 规范,在代码开发前建议:
* 安装阿里巴巴规约插件,用于提早发现不规范代码,具体安装方法参照:[p3c](https://github.com/alibaba/p3c),里面有 EclipseIntelliJ IDEA 的安装方法