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': {
|
\ 'astyle': {
|
||||||
\ 'function': 'ale#fixers#astyle#Fix',
|
\ 'function': 'ale#fixers#astyle#Fix',
|
||||||
\ 'suggested_filetypes': ['c'],
|
\ 'suggested_filetypes': ['c', 'cpp'],
|
||||||
\ 'description': 'Fix C with astyle.',
|
\ 'description': 'Fix C with astyle.',
|
||||||
\ },
|
\ },
|
||||||
\ 'clangtidy': {
|
\ 'clangtidy': {
|
||||||
|
|
Loading…
Reference in New Issue