Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indent on continuation is eaten by formatter #6

Open
jwhonce opened this issue Jun 9, 2017 · 2 comments
Open

Indent on continuation is eaten by formatter #6

jwhonce opened this issue Jun 9, 2017 · 2 comments

Comments

@jwhonce
Copy link
Contributor

jwhonce commented Jun 9, 2017

I would prefer indentation on continued lines

git fetch --prune upstream \
      && git merge upstream/$branch \
      && git push origin $branch 

currently becomes:

git fetch --prune upstream \
&& git merge upstream/$branch \
&& git push origin $branch

Even a markers for copy block to output would be better.

@donovan
Copy link

donovan commented Mar 21, 2019

It would be great if there was a flag to toggle this behaviour. I just ran beautysh on a large infrastructure codebase that makes use of shellcheck, 95% of the changes are this. Would prefer not to have to use markers.

@lovesegfault lovesegfault reopened this Mar 22, 2019
@lovesegfault
Copy link
Owner

Reopening so I can track this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants