diff options
author | Barichello <artur@barichello.me> | 2022-01-02 14:11:55 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-02 14:12:02 -0300 |
commit | 675a182a43fecf7d65c01223b08a5c605ec02aab (patch) | |
tree | 05508a5e34a9d6eacc638fee7fc189d45827583c /.gitattributes | |
parent | 98dffd2b7f45ecc543444f54a0f05ff1a574839d (diff) | |
download | NorthstarMods-675a182a43fecf7d65c01223b08a5c605ec02aab.tar.gz NorthstarMods-675a182a43fecf7d65c01223b08a5c605ec02aab.zip |
Reencode translations as UTF-16 little endian
Closes #53
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 21256661..bb217e03 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text=auto
\ No newline at end of file +*.txt text eol=crlf
\ No newline at end of file |