diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-03 09:14:07 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-03 09:14:07 -0400 |
commit | d1a4ed36a7269351b2be73c826867c818cbc2504 (patch) | |
tree | ea1886e542fe8f3100a9851fe6b970202944907b | |
parent | 093f1b2631d69cbb5d33e35975d2b300108a2993 (diff) |
force bom on text files
-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 |