From: Frank Brehm Date: Tue, 8 Dec 2015 09:55:15 +0000 (+0100) Subject: Extended vim/vimrc.local X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=36308b1b3007e6dd71a3f24abdfd945d004342d8;p=config%2Fbruni%2Fetc.git Extended vim/vimrc.local --- diff --git a/vim/vimrc.local b/vim/vimrc.local index a5a1e9e9..53c8d60b 100644 --- a/vim/vimrc.local +++ b/vim/vimrc.local @@ -6,6 +6,10 @@ set modeline set showmatch set ignorecase +autocmd FileType sls set tabstop=2 expandtab shiftwidth=2 softtabstop=2 +autocmd FileType python set tabstop=4 expandtab shiftwidth=4 softtabstop=4 +autocmd FileType sh set tabstop=4 expandtab shiftwidth=4 softtabstop=4 + set listchars=tab:»·,trail:· "set list