Skip to content

Fix line endings

Tobias Haase requested to merge fix-line-endings into develop

Merge Request

Breaking Changes

None

Description

At least on my system (Win 10) some image files were changed immediately after checkout. The binary option in .gitattributes prevents this. Besides that, I think text eol=auto is a better default setting.

Screenshot

Checklist

  • The code compiles without any warnings.
  • I followed the code review checklist.
  • The documentation has been added/updated.
  • There are no System.out.println() statements.
  • package-lock.json was not changed unless I added or edited dependencies.

Related Issues

  • Related #
  • Closes #

Merge request reports