mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-05-06 19:14:09 +02:00
Tab settings etc for Yaml files
This commit is contained in:
@@ -165,3 +165,11 @@ autocmd FileType markdown set smarttab
|
|||||||
autocmd FileType markdown set expandtab
|
autocmd FileType markdown set expandtab
|
||||||
autocmd FileType markdown set softtabstop=4
|
autocmd FileType markdown set softtabstop=4
|
||||||
autocmd FileType markdown set autoindent
|
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