riker-rs / riker

Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
https://riker.rs
MIT License
1.02k stars 69 forks source link

#107 Set newline style in .gitattributes and change newline_style in rustfmt.toml #126

Closed hardliner66 closed 4 years ago

hardliner66 commented 4 years ago

This fixes #107 by always using native newlines on the users machine, but converting to LF when commiting.