summaryrefslogtreecommitdiffstats
path: root/indent/scala.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/scala.vim')
-rw-r--r--indent/scala.vim1
1 files changed, 1 insertions, 0 deletions
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