diff options
| author | Revo <projectrevotpp@hotmail.com> | 2020-08-03 11:07:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-03 11:07:23 -0400 |
| commit | ae5720bd68f9d1910ade441017190c41e175b643 (patch) | |
| tree | ea1886e542fe8f3100a9851fe6b970202944907b /.gitattributes | |
| parent | 974b44eb875dfd435c23aec79936dd3fd2f5d1f0 (diff) | |
| parent | d1a4ed36a7269351b2be73c826867c818cbc2504 (diff) | |
Merge pull request #255 from PikalaxALT/pikalax_work
Fix text file BOM; fix some 32-bit jumptables
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 1257ff3e..4283d063 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ *.sha1 text eol=lf -charmap.txt text eol=crlf working-tree-encoding=utf-16 -files/msgdata/msg/*.txt eol=crlf working-tree-encoding=utf-16 +charmap.txt text eol=crlf working-tree-encoding=utf-16le-bom +files/msgdata/msg/*.txt eol=crlf working-tree-encoding=utf-16le-bom files/msgdata/msg/*.key binary |
