1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Tab settings etc for Yaml files

This commit is contained in:
Michiel Scholten
2015-01-14 07:23:02 +01:00
parent 81e6873e54
commit ea33b36a12

8
.vimrc
View File

@@ -165,3 +165,11 @@ autocmd FileType markdown set smarttab
autocmd FileType markdown set expandtab
autocmd FileType markdown set softtabstop=4
autocmd FileType markdown set autoindent
" 2015-01-13 some sane Yaml settings
autocmd FileType yaml set tabstop=4
autocmd FileType yaml set shiftwidth=4
autocmd FileType yaml set smarttab
autocmd FileType yaml set expandtab
autocmd FileType yaml set softtabstop=4
autocmd FileType yaml set autoindent