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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
I'm in process of switching shell scripting from Emacs to Atom and have been exploring the language-shellscript package. I've noticed that when I continue a long line by ending it with a backslash (), in Atom the continuation of the line will not be indented.
Motivation
In Emacs line continuations are indented, which is helpful for reading lines like that.
Describe alternatives you've considered
I've looked through the package settings and a bit through the source code here, but couldn't find a way to customize this. Is this a feature that could be added to the package?