2019-03-04 03:28:35 -05:00
|
|
|
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'yaml') != -1
|
|
|
|
finish
|
|
|
|
endif
|
|
|
|
|
2015-12-31 12:34:53 -05:00
|
|
|
" Vim indent file
|
|
|
|
" Language: Yaml
|
|
|
|
" Author: Henrique Barcelos
|
|
|
|
" Date: 2014-10-08
|
|
|
|
" URL: https://github.com/hjpbarcelos
|
|
|
|
setlocal autoindent sw=2 ts=2 expandtab
|
|
|
|
" vim:set sw=2:
|