Use spaces for specified filetypes

This commit is contained in:
Sonny 2018-01-18 23:08:17 +01:00
parent 0327e045f3
commit 3622910561
5 changed files with 24 additions and 7 deletions

View file

@ -19,7 +19,7 @@ set hidden
" file specific formatting
autocmd Filetype python,bash,sh setlocal tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix
autocmd Filetype css,html,htmldjango,javascript setlocal tabstop=2 softtabstop=2 shiftwidth=2
autocmd Filetype css,html,htmldjango,javascript setlocal tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent
" search down into subfolders
" provides tab-completion for all file-related tasks