diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-01 21:45:32 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-03 15:58:16 -0400 |
commit | 93aca8197ac76b60e3f89f386aa96e206b01dfa4 (patch) | |
tree | 1645f8ef8cce09915e6425ef6f9d7df26caae58e /.gitattributes | |
parent | 2a752368b73ca0c28c62ea2c8db069b916403e3a (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 |