OpenAS2 / OpenAs2App

OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.
https://sourceforge.net/projects/openas2/
BSD 2-Clause "Simplified" License
177 stars 132 forks source link

Set line endings to LF #333

Closed hbunjes closed 11 months ago

hbunjes commented 11 months ago

On Windows by default Git changes line endings locally to CR LF which makes scripts like mvnw fail when copied into the comntainer, see also: https://github.com/OpenAS2/OpenAs2App/issues/303

This settings forces Git to keep the LF line ending locally.