阿里巴巴
https://github.com/alibaba/p3c
唯品会
https://vipshop.github.io/vjtools/#/standard/
Google Java 编程风格指南
https://google.github.io/styleguide/javaguide.html
http://hawstein.com/2014/01/20/google-java-style/
IDEA 设置代码风格
下载 intellij-java-google-style.xml https://github.com/google/styleguide
导入文件
设置风格,然后就可以使用了
Ctrl + Alt + L 格式化代码 Ctrl + Alt + I 自动缩进 Ctrl + Alt + O 整理import