Use spaces for specified filetypes
This commit is contained in:
parent
0327e045f3
commit
3622910561
5 changed files with 24 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue