Code style file
Is it possible to create some sort of code style file and/or code inspection style such that it can be distributed among a group of developers who all agree on the same code style/inspections?
It seems there are some files created in ${user.dir}/.IntellijIdea50/config however, I'm not sure if I should be messing around with those files and exactly how IDEA reads them.
请先登录再写评论。
The File/Export Settings... menu command will safely jar up any of a variety of IDEA settings, including code style and inspection profiles. Other developers can then import them using File/Import Settings...
In IDEA 6.0, we are promised even simpler style sharing via the teamware server, but no one outside of JetBrains has access to that yet.
--Dave Griffith