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

Add indents to match destination of code blocks #422

Open
pinin4fjords opened this issue Oct 27, 2024 · 0 comments
Open

Add indents to match destination of code blocks #422

pinin4fjords opened this issue Oct 27, 2024 · 0 comments

Comments

@pinin4fjords
Copy link
Collaborator

Example processes components in e.g. hello world have no indent:

"""
echo '$greeting' > output.txt
"""

This means that when users copy them across to indented process bodies, the indents don't match. Just to keep things super smooth, would be nice if they all had indents matching their destination:

    """
    echo '$greeting' > output.txt
    """
mribeirodantas added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
mribeirodantas added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant