mirror of https://github.com/dense-analysis/ale
feat: Add cpp to registry.vim
This commit is contained in:
parent
076f9efbd9
commit
488df0fa41
|
@ -162,7 +162,7 @@ let s:default_registry = {
|
|||
\ },
|
||||
\ 'astyle': {
|
||||
\ 'function': 'ale#fixers#astyle#Fix',
|
||||
\ 'suggested_filetypes': ['c'],
|
||||
\ 'suggested_filetypes': ['c', 'cpp'],
|
||||
\ 'description': 'Fix C with astyle.',
|
||||
\ },
|
||||
\ 'clangtidy': {
|
||||
|
|
Loading…
Reference in New Issue