Add fixer for OCaml ocp-indent (#2436)

This commit is contained in:
Kanenobu Mitsuru
2019-05-08 02:50:26 +09:00
committed by w0rp
parent 548ee56f40
commit c10da0e390
7 changed files with 88 additions and 0 deletions

View File

@@ -220,6 +220,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['ocaml'],
\ 'description': 'Fix OCaml files with ocamlformat.',
\ },
\ 'ocp-indent': {
\ 'function': 'ale#fixers#ocp_indent#Fix',
\ 'suggested_filetypes': ['ocaml'],
\ 'description': 'Fix OCaml files with ocp-indent.',
\ },
\ 'refmt': {
\ 'function': 'ale#fixers#refmt#Fix',
\ 'suggested_filetypes': ['reason'],