mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-12 10:52:32 +08:00
add a blank line before if statement
This commit is contained in:
@@ -10,6 +10,7 @@ function! ale_linters#vala#vala_lint#GetCommand(buffer) abort
|
|||||||
if ale#Var(a:buffer, 'vala_vala_lint_enable_config')
|
if ale#Var(a:buffer, 'vala_vala_lint_enable_config')
|
||||||
let l:config_filename = ale#Var(a:buffer, 'vala_vala_lint_config_filename')
|
let l:config_filename = ale#Var(a:buffer, 'vala_vala_lint_config_filename')
|
||||||
let l:config_path = ale#path#FindNearestFile(a:buffer, l:config_filename)
|
let l:config_path = ale#path#FindNearestFile(a:buffer, l:config_filename)
|
||||||
|
|
||||||
if !empty(l:config_path)
|
if !empty(l:config_path)
|
||||||
let l:command .= '-c ' . l:config_path . ' '
|
let l:command .= '-c ' . l:config_path . ' '
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user