Skip to content

Unecessary break before margin #799

@Julow

Description

@Julow

With the janestreet profile, the margin is 90:

let variable_name =
  List.concat_map a__________________________________________________ ~f:(fun () ->
      List.concat_map b______________________________________________xx ~f:(fun () -> "")
  )
;;

The line is 89 character long so the closing parenthesis should fit.

I must remove 2 characters for it to fit:

let variable_name =
  List.concat_map a__________________________________________________ ~f:(fun () ->
      List.concat_map b______________________________________________ ~f:(fun () -> ""))
;;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions