akka / akka-persistence-jdbc

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state
https://doc.akka.io/docs/akka-persistence-jdbc/
Other
307 stars 139 forks source link

chore: compatible with Windows OS, don't format LF to CRLF #732

Closed Roiocam closed 1 year ago

Roiocam commented 1 year ago

No References

johanandren commented 1 year ago

Shouldn't this be handled by your git settings rather? Setting core.autocrlf=true turns LF to CRLF on checkout and back on commit.