aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index c269fa6..37681a0 100644
--- a/.vimrc
+++ b/.vimrc
@@ -240,7 +240,7 @@ autocmd Filetype vim setlocal foldmethod=marker
autocmd FileType haskell set formatprg=stylish-haskell
-autocmd FileType lisp set shiftwidth=2
+autocmd FileType lisp,html,css set shiftwidth=2
" }}}
""""""""""""