From f386f7082e96fe7d550b01f8844084d8ff3b80f7 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 3 Aug 2020 09:14:07 -0400 Subject: force bom on text files --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitattributes') 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 -- cgit v1.2.3