summaryrefslogtreecommitdiffstats
path: root/ftplugin/raml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/raml.vim')
-rw-r--r--ftplugin/raml.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/raml.vim b/ftplugin/raml.vim
index 21af8307..b7cef80e 100644
--- a/ftplugin/raml.vim
+++ b/ftplugin/raml.vim
@@ -1,3 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'raml') == -1
+
set ts=2 sts=2 sw=2 et
+
endif