rrrodzilla / rusty_paseto

A type-driven, ergonomic RUST implementation of the PASETO protocol for secure stateless tokens.
https://crates.io/crates/rusty_paseto
MIT License
68 stars 8 forks source link

Unify line ending to unix-style #41

Closed LecrisUT closed 1 month ago

LecrisUT commented 1 month ago

[No content change, just EOL encoding CRLF -> LF. Other rust files are already LF :shrug:] (Reported on the package review for Fedora. This is relevant because the .rs files are actually packaged and available in the *-devel package. Not crucial though, so no need for a bug fix release for this one.)

There are 2 ways to enforce consistency:

Which one would you prefer? With the former the End-Of-File can also be enforced since I see that one is also not fully consistent.

rrrodzilla commented 1 month ago

Weird. I think the gitattributes approach is the simplest for now