mirror of
https://github.com/dense-analysis/ale
synced 2025-02-18 13:26:49 +00:00
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
Block a user