Skip to content

Instantly share code, notes, and snippets.

@henryhu712
Created March 30, 2016 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henryhu712/a1d981a9b70b90a5efdb45b653210ff8 to your computer and use it in GitHub Desktop.
Save henryhu712/a1d981a9b70b90a5efdb45b653210ff8 to your computer and use it in GitHub Desktop.
spf13 vim

It does not work to set expandtab off if you just comment out "set expandtab" in .vimrc. Instead, set under it as follows:

set expandtab
set noexpandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment