Autoformat rust files

main
mandlm 2020-10-01 14:02:51 +02:00
parent 88da2fe9f4
commit b905366f43
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 1 deletions

View File

@ -172,5 +172,5 @@ augroup color_column
augroup end
augroup auto_format
autocmd BufWritePre *.py :call LanguageClient#textDocument_formatting_sync()
autocmd BufWritePre *.py,*.rs :call LanguageClient#textDocument_formatting_sync()
augroup end