From 95bce4610af5ccc7cee4d68633ce6b7af5fe342b Mon Sep 17 00:00:00 2001 From: louie Date: Wed, 22 Jun 2022 20:12:42 -0700 Subject: First commit --- old_0.4.4/after/ftplugin/scm.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 old_0.4.4/after/ftplugin/scm.vim (limited to 'old_0.4.4/after/ftplugin/scm.vim') diff --git a/old_0.4.4/after/ftplugin/scm.vim b/old_0.4.4/after/ftplugin/scm.vim new file mode 100644 index 0000000..e8a356b --- /dev/null +++ b/old_0.4.4/after/ftplugin/scm.vim @@ -0,0 +1,3 @@ +set expandtab +set shiftwidth=4 +set softtabstop=4 -- cgit