From fd7e8c1259f0f1f2026cf64018d86327c8fb2b91 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 24 Jan 2022 13:31:37 +0100 Subject: vim ftplugin --- .vim/ftplugin/html.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .vim/ftplugin/html.vim (limited to '.vim/ftplugin/html.vim') diff --git a/.vim/ftplugin/html.vim b/.vim/ftplugin/html.vim new file mode 100644 index 0000000..fe649eb --- /dev/null +++ b/.vim/ftplugin/html.vim @@ -0,0 +1,2 @@ +setlocal tabstop=4 +setlocal shiftwidth=4 -- cgit v1.2.3