summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjhlink <jhlink@users.noreply.github.com>2020-07-25 20:22:10 -0400
committerjhlink <jhlink@users.noreply.github.com>2020-07-25 20:22:10 -0400
commit488df0fa41be2c8d47a642b65964db7cba267d24 (patch)
tree7949001c33469fd35316d5e46eeeb26cbdd36989
parent076f9efbd951c91a36cb0b3c7421277746c1f3fd (diff)
downloadale-488df0fa41be2c8d47a642b65964db7cba267d24.zip
feat: Add cpp to registry.vim
-rw-r--r--autoload/ale/fix/registry.vim2
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': {