mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-10 14:31:52 +08:00
doc: Remove c++ from astyle
This commit is contained in:
@@ -162,8 +162,8 @@ let s:default_registry = {
|
|||||||
\ },
|
\ },
|
||||||
\ 'astyle': {
|
\ 'astyle': {
|
||||||
\ 'function': 'ale#fixers#astyle#Fix',
|
\ 'function': 'ale#fixers#astyle#Fix',
|
||||||
\ 'suggested_filetypes': ['c', 'cpp'],
|
\ 'suggested_filetypes': ['c'],
|
||||||
\ 'description': 'Fix C/C++ with astyle.',
|
\ 'description': 'Fix C with astyle.',
|
||||||
\ },
|
\ },
|
||||||
\ 'clangtidy': {
|
\ 'clangtidy': {
|
||||||
\ 'function': 'ale#fixers#clangtidy#Fix',
|
\ 'function': 'ale#fixers#clangtidy#Fix',
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
" Author: James Kim <jhlink@users.noreply.github.com>
|
" Author: James Kim <jhlink@users.noreply.github.com>
|
||||||
" Description: Fix C/C++ files with astyle.
|
" Description: Fix C files with astyle.
|
||||||
|
|
||||||
call ale#Set('c_astyle_executable', 'astyle')
|
call ale#Set('c_astyle_executable', 'astyle')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user