aboutsummaryrefslogtreecommitdiff
path: root/base/vim/ftplugin/php.vim
diff options
context:
space:
mode:
Diffstat (limited to 'base/vim/ftplugin/php.vim')
-rw-r--r--base/vim/ftplugin/php.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/vim/ftplugin/php.vim b/base/vim/ftplugin/php.vim
index 3c498a7..c5cba58 100644
--- a/base/vim/ftplugin/php.vim
+++ b/base/vim/ftplugin/php.vim
@@ -24,7 +24,7 @@
" Options:
let php_noindent_switch=0 " set this to '1' to not try to indent switch/case statements
-set sw=3 " default shiftwidth of 3 spaces
+"set sw=3 " default shiftwidth of 3 spaces
if exists("b:did_indent")