From d8e56b80aa8af1cbab32efcd47ace62bc2fb1624 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Thu, 11 Feb 2016 14:40:04 +0100 Subject: groovy.vim --- vim/.vim/ftplugin/groovy.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/.vim/ftplugin/groovy.vim (limited to 'vim') diff --git a/vim/.vim/ftplugin/groovy.vim b/vim/.vim/ftplugin/groovy.vim new file mode 100644 index 0000000..5c2fba2 --- /dev/null +++ b/vim/.vim/ftplugin/groovy.vim @@ -0,0 +1,2 @@ +set tabstop=4 softtabstop=0 noexpandtab shiftwidth=4 +set autoindent -- cgit v1.2.3