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

Commits on Apr 21, 2023

  1. Made IDEs correctly use Unix LF instead of CRLF

    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
    ccuser44 committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    d8f43d1 View commit details
    Browse the repository at this point in the history
  2. Made git automatically convert to LF

    This makes git automatically convert invalid CRLF line endings to LF (If improperly done by an IDE)
    ccuser44 committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    1e85999 View commit details
    Browse the repository at this point in the history