How can indentation be automatically (not manually) corrected in IntelliJ?
In Eclipse, it\'s possible to just highlight the code that needs indenting, right-click, a
Select Java editor settings for Intellij Select values for Tabsize, Indent & Continuation Intent (I choose 4,4 & 4)
Then Ctrl + Alt + L to format your file (or your selection).