Skip to content

Instantly share code, notes, and snippets.

@xxami
Last active August 29, 2015 14:14
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 xxami/c3b682b2de58f9885197 to your computer and use it in GitHub Desktop.
Save xxami/c3b682b2de58f9885197 to your computer and use it in GitHub Desktop.
vim 4 space tabs

##vim

set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab

##vim via html file

<!-- vim: set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab: -->

note: putting it before DOCTYPE will cause problems with IE (quirks mode)

##vim via other files

// vim: set tabstop=4 softtabstop=0 expandtab shiftwidth=4 smarttab:

etc.

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