[vim] add sass filetype
This commit is contained in:
parent
3150ee6be9
commit
fd8fa0a8c9
|
@ -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 openscad setlocal ts=2 sw=2 sts=2 expandtab
|
||||||
autocmd Filetype php 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 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 scss setlocal ts=2 sw=2 sts=2 expandtab
|
||||||
autocmd Filetype sh setlocal ts=4 sw=4 sts=4 expandtab
|
autocmd Filetype sh setlocal ts=4 sw=4 sts=4 expandtab
|
||||||
autocmd Filetype svg setlocal ts=2 sw=2 sts=2 expandtab
|
autocmd Filetype svg setlocal ts=2 sw=2 sts=2 expandtab
|
||||||
|
|
Reference in a new issue