mirror of
https://github.com/gryf/.vim.git
synced 2026-03-18 09:43:34 +01:00
6 lines
130 B
VimL
6 lines
130 B
VimL
" Set indents compatible to yaml specification
|
|
setlocal softtabstop=2
|
|
setlocal tabstop=2
|
|
setlocal shiftwidth=2
|
|
setlocal expandtab
|