Autoformat rust files
This commit is contained in:
parent
88da2fe9f4
commit
b905366f43
1 changed files with 1 additions and 1 deletions
|
@ -172,5 +172,5 @@ augroup color_column
|
||||||
augroup end
|
augroup end
|
||||||
|
|
||||||
augroup auto_format
|
augroup auto_format
|
||||||
autocmd BufWritePre *.py :call LanguageClient#textDocument_formatting_sync()
|
autocmd BufWritePre *.py,*.rs :call LanguageClient#textDocument_formatting_sync()
|
||||||
augroup end
|
augroup end
|
||||||
|
|
Loading…
Reference in a new issue