[ADD][VIM] Use rustfmt fixer with ALE

This commit is contained in:
Bruno BELANYI 2019-10-09 17:09:29 +02:00
parent fb646c8b74
commit 5a13a35402
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
" Use rustfmt as ALE fixer for rust
let b:ale_fixers=[ 'rustfmt' ]