Fix flags passed to google_java_format in ALE

pull/2/head
Ensar Sarajčić 2021-10-04 17:45:29 +02:00
parent e859bfc65d
commit 3ebc25def8
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ let g:ale_fixers.cpp = ['clang-format']
let g:ale_fixers.java = ['google_java_format']
" Additional Java options
let g:ale_java_google_java_format_options = ['--aosp', '--formatJavadoc']
let g:ale_java_google_java_format_options = ['--aosp']
" Warnings navigation
nmap <silent> [W <Plug>(ale_first)