mirror of
https://github.com/gryf/.vim.git
synced 2026-02-02 16:05:48 +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
|