add google-java-format fixer

This commit is contained in:
butlerx
2017-12-09 14:25:35 +00:00
parent fcfd1025cc
commit 0700c2d900
6 changed files with 76 additions and 1 deletions
+5
View File
@@ -154,6 +154,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['sh'],
\ 'description': 'Fix sh files with shfmt.',
\ },
\ 'google_java_format': {
\ 'function': 'ale#fixers#google_java_format#Fix',
\ 'suggested_filetypes': ['java'],
\ 'description': 'Fix Java files with google-java-format.',
\ },
\}
" Reset the function registry to the default entries.