diff options
author | jhlink <jhlink@users.noreply.github.com> | 2020-07-25 20:22:10 -0400 |
---|---|---|
committer | jhlink <jhlink@users.noreply.github.com> | 2020-07-25 20:22:10 -0400 |
commit | 488df0fa41be2c8d47a642b65964db7cba267d24 (patch) | |
tree | 7949001c33469fd35316d5e46eeeb26cbdd36989 | |
parent | 076f9efbd951c91a36cb0b3c7421277746c1f3fd (diff) | |
download | ale-488df0fa41be2c8d47a642b65964db7cba267d24.zip |
feat: Add cpp to registry.vim
-rw-r--r-- | autoload/ale/fix/registry.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/fix/registry.vim b/autoload/ale/fix/registry.vim index 84da181e..c5b4751b 100644 --- a/autoload/ale/fix/registry.vim +++ b/autoload/ale/fix/registry.vim @@ -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': { |