summaryrefslogtreecommitdiffstats
path: root/indent/scala.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2014-07-29 13:03:49 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2014-07-29 13:03:49 +0200
commit5f1223fbc5285689db812236c9100329740a805b (patch)
tree58bc6f11540011afb25826c96f65fa35f5687291 /indent/scala.vim
parenta59f644d49ee029df48586a6c3c358858f1e6739 (diff)
downloadvim-polyglot-5f1223fbc5285689db812236c9100329740a805b.tar.gz
vim-polyglot-5f1223fbc5285689db812236c9100329740a805b.zip
Major updatev1.9.2
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