This repository contains the IDE settings for Eclipse and Intellij IDEA.
Import these in your IDE if you plan to make changes to the Hibernate source code, so that you can follow consistent formatting and style conventions with every other contributor.
Copy the hibernate_orm.xml style file in your IDEA configuration.
The path on OSX is:
- ~/Library/Preferences/IdeaIC14/codestyles/
On Linux it is:
- ~/.IntelliJIdea14/config/codestyles
On Windows:
- .IntelliJIdea14\config\codestyles
Importing code styles can also be done through the UI.
To do so:
- go to
IntelliJ IDEA->Preferenceson a Mac orFile->Settingson Windows - then to
Editor->Code Style->Javaand clickManage - in the
Code Style Schemasdialog, pressImportand add the provided XML file - after that, select the imported schema from the
Schemadropdown
In Eclipse, you import the three provided files from within the UI.
Open menu Window -> Preferences; then open section Java -> Code Style.
You'll see three sub sections:
- Clean Up
- Code Templates
- Formatter
Each of these has a separate Import button; import the provided xml files
and then mark them as active in the current profile.