diff options
author | taskinoz <tristan@taskinoz.com> | 2022-01-19 17:32:06 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 17:32:06 +1100 |
commit | 5716bf20f545356d0c025fa0b2a3a8b530910862 (patch) | |
tree | e1f3821c3242dba9833c688855abb5a74e6f606d /.gitattributes | |
parent | 72d1ab3492ea20ffb75a4d627b09bedd26df41a6 (diff) | |
parent | 9693b43e54659cf6049276ab66ca7cd59415460a (diff) | |
download | NorthstarMods-5716bf20f545356d0c025fa0b2a3a8b530910862.tar.gz NorthstarMods-5716bf20f545356d0c025fa0b2a3a8b530910862.zip |
Merge pull request #134 from VITALISED/attributes-localisation
Fix UTF-16BE being chosen over UTF-16LE
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 0f336320..f18a3db7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -/Northstar.Client/mod/resource/*.txt text diff working-tree-encoding=UTF-16
\ No newline at end of file +/Northstar.Client/mod/resource/*.txt text diff working-tree-encoding=UTF-16LE-BOM
\ No newline at end of file |