can anyone help me (Step by step ) to understand how to configure intellij google java formatter to work automatically on my entire project or any other kind of code formatter, I need it to work automatically every time an auto save happens or a build happens even on clean install , thank you very much for your help
Asked
Active
Viewed 1,227 times
0
-
just press `Ctrl`+`Alt`+`L` for the formatting to kick in – Lino Jun 21 '18 at 13:06
-
You need to press `Ctrl+Alt+L` to reformat the code, or check `Reformat code` every time you commit/push your code. – 6324 Jun 21 '18 at 13:08
-
Is there any way to have intellij run reformat automatic ? every few minutes or on every auto save ? – Yoav Tanzman Jun 21 '18 at 13:10
-
https://stackoverflow.com/questions/946993/intellij-reformat-on-file-save – Coder-Man Jun 21 '18 at 13:11