[vim] add sass filetype

This commit is contained in:
Simon Bruder 2019-06-10 14:09:17 +00:00
parent 3150ee6be9
commit fd8fa0a8c9
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -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