Apollo默认使用了Google的代码风格,文件放在这里:
https://github.com/ctripcorp/apollo/tree/master/apollo-buildtools/style
如果要集成二次开发Apollo,提交代码时需要保持一致,就需要导入这个代码风格文件。
注意:Google代码风格文件默认使用了2个缩进,而我们普遍的Eclipse中配置的是4个缩进,这个需要特别注意。
导入步骤:
1、下载文件
https://github.com/ctripcorp/apollo/tree/master/apollo-buildtools/style
提示:可以先整个仓库Clone下来
2、导入
如果有需要修改为4个缩进的,点击Edit按钮(注意:这与Apollo的代码风格将会不一致,可以在开发Apollo时使用2个缩进,开发其它项目使用4个缩进)
然后再根据阿里巴巴规范,设置:insert spaces for tabs为4空格:
【Window】->【Preferences】->【General】->【Editors】->【Text Editors】
右边的选项Insert spaces for tabs勾上!然后Displayed tab width =4
设置每个文件加上时间:
参考:
https://github.com/darcyliu/google-styleguide
http://itindex.net/detail/43425-eclipse-google-%E4%BB%A3%E7%A0%81