diff options
Diffstat (limited to 'after/ftplugin/javascript.vim')
| -rw-r--r-- | after/ftplugin/javascript.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/after/ftplugin/javascript.vim b/after/ftplugin/javascript.vim index c629428..3e27ee8 100644 --- a/after/ftplugin/javascript.vim +++ b/after/ftplugin/javascript.vim @@ -1,8 +1,3 @@ " Disable inserting comment leader after hitting o or O or <Enter> set formatoptions-=o set formatoptions-=r - -set tabstop=2 " number of visual spaces per TAB -set softtabstop=2 " number of spaces in tab when editing -set shiftwidth=2 " number of spaces to use for autoindent -set expandtab " expand tab to spaces so that tabs are spaces |
