[vimrc] change latex indent

This commit is contained in:
Simon Bruder 2018-06-22 15:15:47 +00:00
parent 43b8ba7adb
commit f422a97da3
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -26,7 +26,7 @@ autocmd Filetype scss setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype sh setlocal ts=4 sw=4 sts=4 expandtab
autocmd Filetype zsh setlocal ts=4 sw=4 sts=4 expandtab
autocmd Filetype svg setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype tex setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype tex setlocal ts=1 sw=1 sts=1 expandtab
autocmd Filetype toml setlocal ts=4 sw=4 sts=4 expandtab
autocmd Filetype vue setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype xml setlocal ts=2 sw=2 sts=2 expandtab