.vimrc

filetype on
set ai ts=3 sw=3 tw=80
syntax on
set modeline
hi CursorColumn ctermfg=black
hi CursorColumn ctermbg=cyan
" Nur nutzen für YAML-Dateien
autocmd FileType y*ml setlocal ts=2 sts=2 sw=2 expandtab number colorcolumn=80 cursorcolumn cursorline
autocmd FileType mail setlocal tw=72 colorcolumn=80