The second line doesn't indent correctly (or at all): ``` if (starts-with?(url, "https://github.com")) make(<git-transport>) ``` If I change `"https://github.com"` to the empty string dylan-mode indents the second line correctly.
The second line doesn't indent correctly (or at all):
If I change
"https://github.com"to the empty string dylan-mode indents the second line correctly.