Commit Diff


commit - 7bbacbf7d19258d1241be3465d205419ae30bef3
commit + df4631dcf97acfebcc59b766f7e89bcfdb1435d1
blob - 2b88bb076574c0c3ca5314f5f978fbb167356ea9
blob + be411ae24178621e0819b0be0b68247ae527ec23
--- .vimrc
+++ .vimrc
@@ -39,6 +39,11 @@ autocmd FileType json set tabstop=2
 autocmd FileType json set shiftwidth=2
 autocmd FileType json set softtabstop=2
 
+autocmd FileType javascript set nu
+autocmd FileType javascript set tabstop=2
+autocmd FileType javascript set shiftwidth=2
+autocmd FileType javascript set softtabstop=2
+
 autocmd FileType yaml set tabstop=2
 autocmd FileType yaml set shiftwidth=2
 autocmd FileType yaml set softtabstop=2