Java-编程规范与代码风格

阿里巴巴 Java 开发手册

https://github.com/alibaba/p3c

https://developer.aliyun.com/special/tech-java

唯品会规范 Java 开发手册

https://vipshop.github.io/vjtools/#/standard/

Google Java 编程风格指南

https://google.github.io/styleguide/javaguide.html

https://hawstein.com/2014/01/20/google-java-style/

陌陌 Java 安全编码规范

https://github.com/momosecurity/rhizobia_J/wiki/JAVA%E5%AE%89%E5%85%A8%E7%BC%96%E7%A0%81%E8%A7%84%E8%8C%83

IDEA 设置代码风格

下载 intellij-java-google-style.xml https://github.com/google/styleguide

导入文件

设置风格,然后就可以使用了

Ctrl + Alt + L 格式化代码
Ctrl + Alt + I 自动缩进
Ctrl + Alt + O 整理import


https://www.cnblogs.com/jhxxb/p/11337547.html

原文地址:https://www.cnblogs.com/jhxxb/p/10818422.html