背景
idea支持自定义的code style,并且google code style也提供了正对idea的xml配置,直接导入就可以在idea中使用google提倡的code style了。
操作
- 从github上clone google code style
- 复制对应的xml配置(如intellij-java-google-style.xml)到“~/Library/Preferences/IDEA/codestyles/”下
- 重启idea在Prefrence->Editor—>Code Stytle->Java,选择GoogleStyle即可