Skip to content

Commit

Permalink
should not unfold args
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Sep 27, 2022
1 parent 42ed68f commit 4e7f19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Conf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1574,8 +1574,8 @@ let diff_friendly_profile =
; break_colon= `After
; break_infix= `Fit_or_vertical
; break_infix_before_func= true
; break_fun_decl= `Fit_or_vertical (* should always unfold *)
; break_fun_sig= `Fit_or_vertical (* should always unfold *)
; break_fun_decl= `Fit_or_vertical
; break_fun_sig= `Fit_or_vertical
; break_separators= `After
; break_sequences= true
; break_string_literals= `Auto
Expand Down

0 comments on commit 4e7f19e

Please sign in to comment.