The languageserver prevents me from opening a new line within a function call:
If I hit enter while typing:
tibble(a = 1:10, b = 2:11, _)
It automatically deletes the newline. This is annoying because sometimes I want to manually format the code.
I see the same behavior in eglot and lsp-mode in Emacs.
Is there a way to prevent this behavior?
Thanks.