git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-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