mirror of
https://github.com/dense-analysis/ale
synced 2025-02-12 10:17:10 +00:00
doc: Add C++ desc in astyle entry in registry
This commit is contained in:
parent
028485b4de
commit
75723e4522
@ -163,7 +163,7 @@ let s:default_registry = {
|
||||
\ 'astyle': {
|
||||
\ 'function': 'ale#fixers#astyle#Fix',
|
||||
\ 'suggested_filetypes': ['c', 'cpp'],
|
||||
\ 'description': 'Fix C with astyle.',
|
||||
\ 'description': 'Fix C/C++ with astyle.',
|
||||
\ },
|
||||
\ 'clangtidy': {
|
||||
\ 'function': 'ale#fixers#clangtidy#Fix',
|
||||
|
Loading…
Reference in New Issue
Block a user