Created
October 8, 2014 01:06
-
-
Save skplunkerin/5a320ce6d5a994a378e6 to your computer and use it in GitHub Desktop.
VIM format file
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
# http://stackoverflow.com/a/14114909/1180523 | |
:filetype indent on | |
:set filetype=html # abbrev - :set ft=html | |
:set smartindent # abbrev - :set si | |
# Then gg=G | |
# In my experience this doesn't ALWAYS work (like it should)... but sometimes it does. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment