ehm, 4 chars in javascript files

This commit is contained in:
Thomas Ruoff
2013-11-01 00:30:13 +01:00
parent 725af57dcd
commit f2db4bbd75

2
vimrc
View File

@@ -273,7 +273,7 @@ au FileType ruby setlocal ts=2 sts=2 sw=2 expandtab foldmethod=syntax
au FileType python set noexpandtab
" JavaScript
au FileType javascript setlocal ts=2 sts=2 sw=2
au FileType javascript setlocal ts=4 sts=4 sw=4
au BufRead,BufNewFile *.json set ft=json