mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-27 20:12:28 +08:00
style: Resolve lint issue
This commit is contained in:
@@ -25,7 +25,7 @@ function! ale#fixers#astyle#FindProjectOptions(buffer) abort
|
|||||||
" If user has set project options variable then use it and skip any searching.
|
" If user has set project options variable then use it and skip any searching.
|
||||||
" This would allow users to use project files named differently than .astylerc.
|
" This would allow users to use project files named differently than .astylerc.
|
||||||
if !empty(l:proj_options)
|
if !empty(l:proj_options)
|
||||||
return l:proj_options
|
return l:proj_options
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Try to find nearest .astylerc file.
|
" Try to find nearest .astylerc file.
|
||||||
|
|||||||
Reference in New Issue
Block a user