Skip to content

Multiline strings are not indented properly #49

Closed
@blueyed

Description

@blueyed

I consider the following to be good:

        testdir.makeini("""
            [pytest]
            paths=blah.py""")

But currently it becomes:

        testdir.makeini("""
[pytest]
                        paths=blah.py""")

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions