mirror of
https://github.com/dense-analysis/ale
synced 2025-02-09 16:57:27 +00:00
fix: correct suggested filetype for yamlfix
This commit is contained in:
parent
c69d696e1b
commit
12eb8d1523
@ -112,7 +112,7 @@ let s:default_registry = {
|
||||
\ },
|
||||
\ 'yamlfix': {
|
||||
\ 'function': 'ale#fixers#yamlfix#Fix',
|
||||
\ 'suggested_filetypes': ['python'],
|
||||
\ 'suggested_filetypes': ['yaml'],
|
||||
\ 'description': 'Fix yaml files with yamlfix.',
|
||||
\ },
|
||||
\ 'yapf': {
|
||||
|
Loading…
Reference in New Issue
Block a user