summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-08-03 09:14:07 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-08-03 09:14:07 -0400
commitd1a4ed36a7269351b2be73c826867c818cbc2504 (patch)
treeea1886e542fe8f3100a9851fe6b970202944907b
parent093f1b2631d69cbb5d33e35975d2b300108a2993 (diff)
force bom on text files
-rw-r--r--.gitattributes4
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