diff --git a/vim/ftplugin/php.vim b/vim/ftplugin/php.vim new file mode 100644 index 0000000..476b33b --- /dev/null +++ b/vim/ftplugin/php.vim @@ -0,0 +1,6 @@ +" show existing tab with 4 spaces width +set tabstop=4 +" when indenting with '>', use 4 spaces width +set shiftwidth=4 +" On pressing tab, insert 4 spaces +set expandtab