1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 19:40:29 +01:00

Added basic editor settings for YAML files

This commit is contained in:
2017-04-26 09:17:23 +02:00
parent 51ea31bdab
commit 089e701b47

5
ftplugin/yaml/common.vim Normal file
View File

@@ -0,0 +1,5 @@
" Set indents compatible to yaml specification
setlocal softtabstop=2
setlocal tabstop=2
setlocal shiftwidth=2
setlocal expandtab