diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-03 09:14:07 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-03 15:58:18 -0400 |
commit | f386f7082e96fe7d550b01f8844084d8ff3b80f7 (patch) | |
tree | ea1886e542fe8f3100a9851fe6b970202944907b | |
parent | 5a30215b74e6840458ae6e6290d1aadcc7d9bc3f (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 |