Commit graph

2 commits

Author SHA1 Message Date
Jj0YzL5nvJ de4d743b35 Improve glue code generation 2020-03-31 10:16:06 +02:00
Sven Eckelmann fe9c08ba83 Force line ending type for specific files
Different operation systems (Unix vs. Windows) use different line ending types.
It can easily happen that users from different systems edit files and replace
all line endings of a file with the system specific version. This screws up
diffs and makes merges harder.

Git can normalize line endings for specific files and avoid this problem.
Binary files should be marked to avoid accidentally normalization.
2013-12-18 15:23:06 +01:00