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

Made IDEs correctly use Unix LF instead of CRLF #130

Merged
merged 2 commits into from
May 1, 2023

Conversation

ccuser44
Copy link
Contributor

Some IDEs will use CRLF line endings instead of just a newline (things on Windows)

This fixes it so that they will use the proper LF ie. a single newline instead of a carriage return and a newline

Some IDEs will use CRLF line endings instead of just a newline (things on Windows)

This fixes it so that they will use the proper LF ie. a single newline instead of a carriage return and a newline
This makes git automatically convert invalid CRLF line endings to LF (If improperly done by an IDE)
@levno-710 levno-710 merged commit 0f7ae9d into prometheus-lua:master May 1, 2023
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