From 2365954483e98da21a393cd6b8aa81657b1b8fa6 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 26 Feb 2023 16:45:49 +0800 Subject: [PATCH] Set *.html sw=2. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index 8162dea..325d88a 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -97,6 +97,7 @@ let mapleader="\" " other au BufNewFile,BufRead *.dart set shiftwidth=2 au BufNewFile,BufRead *.go set filetype=go +au BufNewFile,BufRead *.html set shiftwidth=2 au BufNewFile,BufRead *.js set shiftwidth=2 au BufNewFile,BufRead *.sls set filetype=yaml au BufNewFile,BufRead *.sls set shiftwidth=2