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