In the PR #47 a lot of files were marked as modified because the line breaks were changed. This can occurs a lot as a lot of us are developing on Windows.
We should configure the .gitattributes files so that each of our files uses the same format.
CRLF is preferred on Windows but UNIX / UNIX like platforms (Linux, MacOS) work with LF, so we should use LF everywhere.
Reactions are currently unavailable
In the PR #47 a lot of files were marked as modified because the line breaks were changed. This can occurs a lot as a lot of us are developing on Windows.
We should configure the .gitattributes files so that each of our files uses the same format.
CRLF is preferred on Windows but UNIX / UNIX like platforms (Linux, MacOS) work with LF, so we should use LF everywhere.