aboutsummaryrefslogtreecommitdiff
path: root/base/vim/ftplugin
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2017-11-16 09:13:46 -0700
committerAdam Hovorka <[email protected]>2017-11-16 09:13:46 -0700
commite2d52b44080b9a3e8aa984585e2ef7974a553c3b (patch)
tree48b6cafd6bb72cd0cff1463f8a75b13d0f9389fd /base/vim/ftplugin
parent9070c1101b52ee852c54a68ed0af44e2f1d3a7a4 (diff)
Disable forced sw=3 ts=3 in php files in vim
Srsly dude? In the syntax file? Why?
Diffstat (limited to 'base/vim/ftplugin')
-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")