You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining an anonymous function between parentheses, the line after the arrow has a 3-space indentation, even though the configuration states max_indent = 2.
List.map
(funx ->
do_something_with x) (* here *)
some_list
I thought it was aligning the function's body two spaces after the fun keyword, but apparently, it's not:
When defining an anonymous function between parentheses, the line after the arrow has a 3-space indentation, even though the configuration states
max_indent = 2
.I thought it was aligning the function's body two spaces after the
fun
keyword, but apparently, it's not:Just for the record, here is the entire
.ocp-indent
:The text was updated successfully, but these errors were encountered: