diff --git a/vim/ftplugin/php.vim b/vim/ftplugin/php.vim new file mode 100644 index 0000000..f83dd10 --- /dev/null +++ b/vim/ftplugin/php.vim @@ -0,0 +1,3 @@ + +setlocal noexpandtab " expandtab converts tabs to spaces. For tabs, set noexpandtab +