mirror of
https://github.com/gryf/.vim.git
synced 2026-04-17 23:03:32 +02:00
Added basic editor settings for YAML files
This commit is contained in:
5
ftplugin/yaml/common.vim
Normal file
5
ftplugin/yaml/common.vim
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
" Set indents compatible to yaml specification
|
||||||
|
setlocal softtabstop=2
|
||||||
|
setlocal tabstop=2
|
||||||
|
setlocal shiftwidth=2
|
||||||
|
setlocal expandtab
|
||||||
Reference in New Issue
Block a user