aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 552d03e..7df3057 100644
--- a/.vimrc
+++ b/.vimrc
@@ -243,6 +243,8 @@ autocmd Filetype vim setlocal foldmethod=marker
autocmd FileType haskell set formatprg=stylish-haskell
autocmd FileType lisp,html,css set shiftwidth=2
+
+autocmd FileType js set shiftwidth=4
" }}}
""""""""""""