mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 20:43:52 -05:00
12 lines
262 B
VimL
12 lines
262 B
VimL
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'yaml') == -1
|
|
|
|
" 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:
|
|
|
|
endif
|