diff --git a/home/.vim/ftdetect/filetypes.vim b/home/.vim/ftdetect/filetypes.vim index e2647be..74d1266 100644 --- a/home/.vim/ftdetect/filetypes.vim +++ b/home/.vim/ftdetect/filetypes.vim @@ -23,6 +23,7 @@ autocmd Filetype markdown setlocal ts=2 sw=2 sts=2 expandtab autocmd Filetype openscad setlocal ts=2 sw=2 sts=2 expandtab autocmd Filetype php setlocal ts=2 sw=2 sts=2 expandtab autocmd Filetype python setlocal ts=4 sw=4 sts=4 expandtab +autocmd Filetype sass setlocal ts=2 sw=2 sts=2 expandtab autocmd Filetype scss setlocal ts=2 sw=2 sts=2 expandtab autocmd Filetype sh setlocal ts=4 sw=4 sts=4 expandtab autocmd Filetype svg setlocal ts=2 sw=2 sts=2 expandtab