git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-03-24 22:32:57 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2022-03-24 22:32:57 +0100
commit3133cb3cc7aed1481584a73597d7164088b47d13 (patch)
treeffdbe6bc0d9ec04c9feb8772787d95fc120ae4bb
parentbdb326f2ae8a0550c3ce764c937a8f4399c8767f (diff)
downloaddotfiles-3133cb3cc7aed1481584a73597d7164088b47d13.tar.bz2
force yaml to noexpandtab eventually
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index d547026..f700680 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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