Skip to content

Instantly share code, notes, and snippets.

@skplunkerin
Created October 8, 2014 01:06
Show Gist options
  • Save skplunkerin/5a320ce6d5a994a378e6 to your computer and use it in GitHub Desktop.
Save skplunkerin/5a320ce6d5a994a378e6 to your computer and use it in GitHub Desktop.
VIM format file
# 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