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

Convert line endings to LF #815

Merged
merged 2 commits into from
Oct 10, 2022
Merged

Convert line endings to LF #815

merged 2 commits into from
Oct 10, 2022

Commits on Oct 10, 2022

  1. Convert line endings to LF

    This should result in more reasonable diffs of future contributions
    where a contributor's text editor would automatically convert line
    endings.
    
    See #812, #813
    spenserblack committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    39254dc View commit details
    Browse the repository at this point in the history
  2. Create .rustfmt.toml

    Enforces Unix-style newlines.
    
    Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr>
    spenserblack and o2sh committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    35a9c1e View commit details
    Browse the repository at this point in the history