diff options
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ set autoindent set copyindent set noexpandtab au BufReadPost *.inc set syntax=php " .inc will be considered PHP +autocmd FileType yaml set noexpandtab " force yaml to use single whitespaces syntax on filetype plugin on |