Related questions
How to correct indentation in IntelliJ
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, and select Source > Correct indentation.
Is there any method for doing the same thing in IntelliJ?
How can I use tabs for indentation in IntelliJ IDEA?
How can I use tabs instead of multiple spaces for indentation in IntelliJ IDEA 11.0?
I have "Use tab character" checked under "Code Style" > "General" > "Default Indent Options". And also tried to have "Smart tabs" checked, but it doesn't …
How to reindent lines in IntelliJ IDEA / WebStorm?
In Eclipse, I can select a few lines and press Ctrl + I to reindent those lines. How do I do the same in IntelliJ IDEA / WebStorm?
Note:
I don't want to "indent" or "unindent" the selected lines - that would "…