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