aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authortaskinoz <tristan@taskinoz.com>2022-01-19 17:32:06 +1100
committerGitHub <noreply@github.com>2022-01-19 17:32:06 +1100
commit5716bf20f545356d0c025fa0b2a3a8b530910862 (patch)
treee1f3821c3242dba9833c688855abb5a74e6f606d /.gitattributes
parent72d1ab3492ea20ffb75a4d627b09bedd26df41a6 (diff)
parent9693b43e54659cf6049276ab66ca7cd59415460a (diff)
downloadNorthstarMods-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--.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 0f336320d..f18a3db77 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