-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
keep old line breaking in toml files #2993
Labels
kind/feature
Feature requests/implementations
Comments
trim21
added
kind/feature
Feature requests/implementations
status/triage
This issue needs to be triaged
labels
Sep 28, 2020
trim21
changed the title
keep old line breaking on toml files
keep old line breaking oin toml files
Sep 28, 2020
trim21
changed the title
keep old line breaking oin toml files
keep old line breaking in toml files
Sep 28, 2020
@trim21 happy to see a PR to preserve line endings. But I suspect change might be in |
@abn I'm not sure if |
Should be fixed by tomlkit. |
this is broken again,, can we re-open this issue?
|
No. #7527. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Request
I keep pyproject.toml and lock file in my code repo with \n as eol. but poetry will always make it crlf on Windows, it's pretty annoying.
create a pr in python-poetry/tomlkit#110
The text was updated successfully, but these errors were encountered: