From ef554a4c34fde7b66c13bc97f8168e432353ed7c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 7 Dec 2020 15:34:19 +0100 Subject: Added shiftwidth of 2 for html and css files --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " }}} """""""""""" -- cgit