Format Code in Vim
Spend less time formatting your code with this easy trick!
|
|
That’s it. gg
Goes to the top of the file. =
tells vim to fix the indentation. G
goes to the end of the file.
Author Aditya
LastMod 2023-01-05 (2d3752a)
Spend less time formatting your code with this easy trick!
|
|
That’s it. gg
Goes to the top of the file. =
tells vim to fix the indentation. G
goes to the end of the file.
Author Aditya
LastMod 2023-01-05 (2d3752a)