mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +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
|