From 5f1223fbc5285689db812236c9100329740a805b Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 29 Jul 2014 13:03:49 +0200 Subject: Major update --- indent/scala.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'indent/scala.vim') diff --git a/indent/scala.vim b/indent/scala.vim index c9dc639e..4053a83c 100644 --- a/indent/scala.vim +++ b/indent/scala.vim @@ -15,6 +15,7 @@ setlocal autoindent setlocal softtabstop=2 setlocal tabstop=2 setlocal shiftwidth=2 +setlocal expandtab if exists("*GetScalaIndent") finish -- cgit v1.2.3