diff options
author | Will Castro <39478251+VITALISED@users.noreply.github.com> | 2022-01-19 14:01:18 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 00:01:18 -0300 |
commit | 3118268367ce65f08a92ffd67934ce29f0e6d1c1 (patch) | |
tree | 7c6d98dffa658e077a350f327afaf4a636c70437 /.gitconfig | |
parent | 56f88c797f2c809b7793a7f039b4d44cba49e446 (diff) | |
download | NorthstarMods-3118268367ce65f08a92ffd67934ce29f0e6d1c1.tar.gz NorthstarMods-3118268367ce65f08a92ffd67934ce29f0e6d1c1.zip |
Add functioning diffing for localisation files (#130)
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 00000000..cff6f9fc --- /dev/null +++ b/.gitconfig @@ -0,0 +1,2 @@ +[diff "utf16"] +textconv = "iconv -f utf-16 -t utf-8"
\ No newline at end of file |