配置android studio的codestyle

个人主页已迁移到: http://www.blog4app.com

android studio的codestyle的配置文件,在setting界面没有import文件的功能。那么我们定义好的style存在什么位置呢?


linux环境:     ~/.AndroidStudioPreview/config/codestyles


windows环境:     <User home>\.<product-name>\config\codeStyles\


mac环境:  ~/Library/Preferences/<product-name>/codestyles/



参考:   

http://navinpeiris.com/2011/09/11/sharing-exportimport-intellij-idea-code-style-formatters/

https://gist.github.com/makotokw/5873665

http://www.jetbrains.com/idea/webhelp/general.html

你可能感兴趣的:(配置android studio的codestyle)