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

Change line breaks to unix style ("\n" instead of "\r\n") #53

Open
Grossley opened this issue May 27, 2022 · 4 comments
Open

Change line breaks to unix style ("\n" instead of "\r\n") #53

Grossley opened this issue May 27, 2022 · 4 comments

Comments

@Grossley
Copy link

Change line breaks to unix style for code output ("\n" instead of "\r\n") as it makes for easier comparison across files

@colinator27
Copy link
Owner

Code output already does this? If it doesn't output unix newlines then that's probably a bug, somehow.

@colinator27
Copy link
Owner

Any confirmation that this actually exists?

@Grossley
Copy link
Author

I compared them in WinMerge and it says that this is the case.

@colinator27
Copy link
Owner

Are you sure? I'm checking my output and the files are definitely using unix newlines. Are the files you're comparing against using Windows newlines?

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

2 participants