We already have eclipse settings file at tools/eclipse/eclipse.epf (Thanks Daan for updating the wiki with this info) Using the Eclipse Code Formatter plugin (http://plugins.jetbrains.com/plugin/?idea&id=6546 ) for intellij, we can use the same file for intellij as well. However, the plugin requires formatter xml file. So, I exported the settings from the above epf and added it to the wiki. I also added it to the review board @ https://reviews.apache.org/r/14990/ . Please review it and push if you feel appropriate.
-- Thanks, Rajani -----Original Message----- From: Rajani Karuturi <rajani.karut...@citrix.com<mailto:rajani%20karuturi%20%3crajani.karut...@citrix.com%3e>> To: ACS DEV <dev@cloudstack.apache.org<mailto:acs%20dev%20%3c...@cloudstack.apache.org%3e>> Subject: Intellij Idea Code Style settings jar Date: Thu, 17 Oct 2013 13:47:26 +0800 Hi All, I added Intellij Idea IDE code style settings jar on the coding conventions page @ https://cwiki.apache.org/confluence/display/CLOUDSTACK/Coding+conventions#Codingconventions-IDEsettingsfile Its a work in progress and right now only for xml and java files. To import the settings, download the jar and do file->import settings in IDEA. I request anyone using eclipse to export the settings xml and upload it here. This will help new members like me to quickly configure IDE according to cloudstack coding conventions.