Skip to content

Support the case where first line is not indented, like python's dedent#17

Open
schollii wants to merge 1 commit into
lithammer:masterfrom
schollii:skip-first-line-if-not-indented
Open

Support the case where first line is not indented, like python's dedent#17
schollii wants to merge 1 commit into
lithammer:masterfrom
schollii:skip-first-line-if-not-indented

Conversation

@schollii

Copy link
Copy Markdown

Will work with

a := dedent.Dedent(`
        asdfasdfasfd 
        asdfasdfasdfasdf asdf asdf`
    )
b := dedent.Dedent(`asdfasdfasfd 
        asdfasdfasdfasdf asdf asdf`
    )

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

Successfully merging this pull request may close these issues.

1 participant