From a23b58c60540281e41dc73313f2c9598cf37a17f Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 13 Nov 2020 21:54:25 +0100 Subject: Readded battery --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.vimrc') 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 " }}} """""""""""" -- cgit