Use eol=lf on *.mapping files to help Windows users (#493)

If a Windows user uses core.autocrlf=true in their git config then the .mapping files get checked out with CLRF line endings, but Enigma saves its mappings with LF endings leading to line ending mismatches. This avoids that.
This commit is contained in:
Ryan Liptak 2019-03-19 17:14:47 -07:00 committed by Modmuss50
parent ff84b02ba0
commit aac14dd5db
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.mapping text eol=lf