mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 13:30:26 +01:00
Tab settings etc for Yaml files
This commit is contained in:
8
.vimrc
8
.vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user