From bb16f1b86c32d13df7be7245a871c4f191b7e5d4 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 11 Jan 2017 19:16:39 +0100 Subject: Stowify repo --- vim/.vim/after/ftplugin/scala.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/.vim/after/ftplugin/scala.vim (limited to 'vim/.vim/after/ftplugin/scala.vim') diff --git a/vim/.vim/after/ftplugin/scala.vim b/vim/.vim/after/ftplugin/scala.vim new file mode 100644 index 0000000..dcca7bf --- /dev/null +++ b/vim/.vim/after/ftplugin/scala.vim @@ -0,0 +1 @@ +setlocal tabstop=4 shiftwidth=4 noexpandtab softtabstop=0 -- cgit v1.2.3