From 7eb348152398bdfeb871a98482b169a823e3bf16 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Thu, 23 May 2024 21:34:39 -0600 Subject: [PATCH] html/css --- vim/after/ftplugin/css.vim | 1 + vim/after/ftplugin/html.vim | 1 + 2 files changed, 2 insertions(+) create mode 100644 vim/after/ftplugin/css.vim create mode 100644 vim/after/ftplugin/html.vim diff --git a/vim/after/ftplugin/css.vim b/vim/after/ftplugin/css.vim new file mode 100644 index 0000000..7b7ac76 --- /dev/null +++ b/vim/after/ftplugin/css.vim @@ -0,0 +1 @@ +set shiftwidth=2 diff --git a/vim/after/ftplugin/html.vim b/vim/after/ftplugin/html.vim new file mode 100644 index 0000000..7b7ac76 --- /dev/null +++ b/vim/after/ftplugin/html.vim @@ -0,0 +1 @@ +set shiftwidth=2