Open andreyorst opened 3 years ago
Oh that is interesting 🤔
I just hit this today writing some code so it definitely is a bug to fix. In my case I had a long line that caused this:
def create_authorization_request(client_id, now \\ DateTime.utc_now())
when is_binary(client_id) do
The elixir-ts-mode package handles this case properly. I see there are plans for tree sitter support in #494 so I guess this can be closed once it's there.
The following code:
Is indented like this:
I know that
do
on its own line is not very common, but indentation should not grow with each definition