diff options
author | Adam Hovorka <[email protected]> | 2017-11-16 09:13:46 -0700 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2017-11-16 09:13:46 -0700 |
commit | e2d52b44080b9a3e8aa984585e2ef7974a553c3b (patch) | |
tree | 48b6cafd6bb72cd0cff1463f8a75b13d0f9389fd | |
parent | 9070c1101b52ee852c54a68ed0af44e2f1d3a7a4 (diff) |
Disable forced sw=3 ts=3 in php files in vim
Srsly dude? In the syntax file? Why?
-rw-r--r-- | base/vim/ftplugin/php.vim | 2 | ||||
-rw-r--r-- | base/vim/indent/php.vim | 2 |
2 files changed, 2 insertions, 2 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") diff --git a/base/vim/indent/php.vim b/base/vim/indent/php.vim index 3c498a7..c5cba58 100644 --- a/base/vim/indent/php.vim +++ b/base/vim/indent/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") |