summaryrefslogtreecommitdiffstats
path: root/ftplugin/raml.vim
blob: 142e70bdaf62084f96354e12a23bd68aca4d5aad (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