summaryrefslogtreecommitdiffstats
path: root/ftplugin/raml.vim
blob: b7cef80e7fd66e82cf8c868919c4cb76f0cf4a3b (plain) (blame)
1
2
3
4
5
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'raml') == -1

set ts=2 sts=2 sw=2 et

endif