diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vim/ftplugin/groovy.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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 |