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

Commits on Mar 24, 2024

  1. Update logging.rs

    Added LINE_END string constant for windows and non-windows platforms. For older versions of windows systems were it matters, this could be helpful.
    javachaos committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    8d03a8a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Added a feature flag

    javachaos committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5d44659 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3433d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c734589 View commit details
    Browse the repository at this point in the history
  4. Removed extra newline

    javachaos committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6177ef7 View commit details
    Browse the repository at this point in the history
  5. Fixed formatting

    javachaos committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ff7f4e7 View commit details
    Browse the repository at this point in the history