Skip to content

Instantly share code, notes, and snippets.

@chrismytton
Created November 1, 2011 15:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismytton/1330736 to your computer and use it in GitHub Desktop.
Save chrismytton/1330736 to your computer and use it in GitHub Desktop.
PHP settings for vim (place in ~/.vim/after/ftplugin/php.vim)
setlocal expandtab
setlocal tabstop=4
setlocal shiftwidth=4
setlocal softtabstop=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment