Created
May 2, 2016 00:29
-
-
Save alexclifford/aae6ad402e5686ae171eec4935addace to your computer and use it in GitHub Desktop.
Enable automatic HTML indenting in VIM
This file contains 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
:filetype indent on | |
:set filetype=html | |
:set smartindent | |
gg=G |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment