Hello,
I cannot seem to find a way to autoformat Java code (specifically, cleaning up indentation). Is there a package I can install to achieve this?
Thank you.
Hello,
I cannot seem to find a way to autoformat Java code (specifically, cleaning up indentation). Is there a package I can install to achieve this?
Thank you.
The Edit->Line->Reindent works for me.
Alternatively, if you’re using vi mode, you can just do ggVG= to reformat the entire file.