Add rustfmt config for ALE
parent
eecdb79987
commit
b509e09357
|
@ -23,6 +23,7 @@ let g:ale_fixers.lua = ['luafmt']
|
||||||
let g:ale_fixers.go = ['gofmt']
|
let g:ale_fixers.go = ['gofmt']
|
||||||
let g:ale_fixers.cpp = ['clang-format']
|
let g:ale_fixers.cpp = ['clang-format']
|
||||||
let g:ale_fixers.java = ['google_java_format']
|
let g:ale_fixers.java = ['google_java_format']
|
||||||
|
let g:ale_fixers.rust = ['rustfmt']
|
||||||
|
|
||||||
" Additional Java options
|
" Additional Java options
|
||||||
let g:ale_java_google_java_format_options = '--aosp'
|
let g:ale_java_google_java_format_options = '--aosp'
|
||||||
|
|
Loading…
Reference in New Issue