diff options
author | mail_redacted_for_web | 2022-03-24 22:32:57 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-24 22:32:57 +0100 |
commit | 3133cb3cc7aed1481584a73597d7164088b47d13 (patch) | |
tree | ffdbe6bc0d9ec04c9feb8772787d95fc120ae4bb /.vimrc | |
parent | bdb326f2ae8a0550c3ce764c937a8f4399c8767f (diff) | |
download | dotfiles-3133cb3cc7aed1481584a73597d7164088b47d13.tar.bz2 |
force yaml to noexpandtab eventuallyv0.9.1
Diffstat (limited to '.vimrc')
-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 |