From cbf4f030717beb7b337f2c80de708d7d195bf52b Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 4 Nov 2012 23:27:44 -0800 Subject: [PATCH] Add php settings --- vim/ftplugin/php.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vim/ftplugin/php.vim 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 +