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

Add config option for line endings. #151

Merged
merged 6 commits into from Mar 26, 2024

Conversation

javachaos
Copy link
Contributor

Added a config option for different line endings. '\n' is quite ubiquitous but not used everywhere (Old versions of DOS/Windows). For the niche use cases were someone wants their log files to have a different line ending this could be helpful.

Added LINE_END string constant for windows and non-windows platforms. For older versions of windows systems were it matters, this could be helpful.
Copy link
Owner

@Drakulix Drakulix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks sensible to me. Thanks!

@Drakulix Drakulix merged commit 7639530 into Drakulix:master Mar 26, 2024
20 of 21 checks passed
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.

None yet

2 participants