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
In Android Studio this works: Go to File->Settings->Editor->CodeStyle->Java. Under Wrapping and Braces uncheck "Comment at first Column" Then formatting shortcut will indent the comment lines as well.