Created
September 25, 2013 14:57
-
-
Save dinks/6700860 to your computer and use it in GitHub Desktop.
Autoformatting in VIM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gg=G | |
gg => go to start of file | |
= => apply autoformatting | |
G => ... to the end of file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment