Skip to content

Commit

Permalink
ocamlformat: register dependency on .ocamlformat-enable
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolás Ojeda Bär <n.oje.bar@gmail.com>
  • Loading branch information
nojb authored and aalekseyev committed Jul 30, 2019
1 parent e8e53ce commit dcccb59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dialect.ml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ let ocaml =
; extension
; preprocess = None
; format = Some (Loc.none, format kind, [ ".ocamlformat"
; ".ocamlformat-ignore" ])
; ".ocamlformat-ignore"
; ".ocamlformat-enable"
])
}
in
let intf = file_kind Ml_kind.Intf ".mli" in
Expand Down

0 comments on commit dcccb59

Please sign in to comment.