mirror of
https://github.com/gryf/.vim.git
synced 2026-04-17 06:53:31 +02: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
|