diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-01 21:45:32 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-01 21:45:32 -0400 |
commit | e20d92a8d67f32864eb90439b591f8dfb0b992e4 (patch) | |
tree | 1645f8ef8cce09915e6425ef6f9d7df26caae58e /.gitattributes | |
parent | 85a668f75a799b50d4a7d77ecb292735bcce76b2 (diff) |
Implement msgenc and decode script messages
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 7aba79ac..1257ff3e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +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 +files/msgdata/msg/*.key binary |