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

Newlines are always converted to platform default #60

Open
viccie30 opened this issue May 23, 2023 · 0 comments
Open

Newlines are always converted to platform default #60

viccie30 opened this issue May 23, 2023 · 0 comments

Comments

@viccie30
Copy link

viccie30 commented May 23, 2023

Because toml-sort does not explicitly pass a newline parameter to open() in cli.read_file() and cli.write_file(), Python defaults to universal newlines mode.

This means that formatted files always get LF line endings on most operating systems and CRLF line endings on MS Windows. Would it be possible to either keep the original newlines or add an option to force a specific line ending?

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