[vim] use 2 spaces instead of 4 for toml intendation

legacy
Simon Bruder 2018-07-31 15:11:51 +00:00
parent 52d80cad95
commit 9c7b0cd446
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ 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=1 sw=1 sts=1 expandtab
autocmd Filetype toml setlocal ts=4 sw=4 sts=4 expandtab
autocmd Filetype toml setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype vue setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype xml setlocal ts=2 sw=2 sts=2 expandtab
autocmd Filetype yaml setlocal ts=2 sw=2 sts=2 expandtab