Files
spring-modulith/etc/ide/README.md
Oliver Drotbohm 6c444769d7 GH-1 - Initial port of Moduliths project.
Basically the state of commit c7cf939 of https://github.com/moduliths/moduliths for further development under the Spring umbrella.
2022-07-06 13:03:01 +02:00

18 lines
724 B
Markdown

# Spring Data Code Formatting Settings
This directory contains `eclipse-formatting.xml` and `intellij.importorder` settings files to be used with Eclipse and IntelliJ.
## Eclipse Setup
Import both files in Eclipse through the Preferences dialog.
## IntelliJ Setup
Use the IntelliJ [Eclipse Code Formatter](https://plugins.jetbrains.com/plugin/6546-eclipse-code-formatter) plugin to configure code formatting and import ordering with the newest Eclipse formatter version.
Additionally, make sure to configure your import settings in `Editor -> Code Style -> Java` with the following explicit settings:
* Use tab character indents
* Class count to use import with `*`: 10
* Names count to use static import with `*`: 1