mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-16 01:07:06 +08:00
feat: Add cpp to registry.vim
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user