diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-02-27 12:01:10 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-02-27 12:01:10 -0700 |
commit | 72c79ee4e779f568686ba50a090a26ca8b87332a (patch) | |
tree | ebd8ca0a9af4636ffcc1abe41bdbddf160977c2c | |
parent | 2a52fbabdba12537ef16c73d4f51223d44e86170 (diff) |
Adding javascript tabstop
-rw-r--r-- | plugin/vim-options.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 6c59f7c..58c80cc 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -35,6 +35,7 @@ autocmd FileType htmljinja setlocal tabstop=2 autocmd FileType php setlocal tabstop=4 autocmd FileType python setlocal tabstop=4 autocmd FileType sh setlocal tabstop=4 +autocmd FileType javascript setlocal tabstop=4 autocmd FileType make setlocal tabstop=4 noexpandtab " Make netrw prettier let g:netrw_banner = 0 " Hide the banner |