blob: a6b6d194548ea62c301008910d710cebd6f893d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'yaml') != -1
finish
endif
" 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:
|