diff options
author | Will Castro <39478251+VITALISED@users.noreply.github.com> | 2022-01-19 13:00:24 +1100 |
---|---|---|
committer | Will Castro <39478251+VITALISED@users.noreply.github.com> | 2022-01-19 13:00:24 +1100 |
commit | 6756d43ce198d67dc72430673265192a3da17767 (patch) | |
tree | af892ffcb563d9a5e024807bee47482485c11c2d /.gitconfig | |
parent | 5b401fe7a0bad838026ba81626ca763bbef010ef (diff) | |
download | NorthstarMods-6756d43ce198d67dc72430673265192a3da17767.tar.gz NorthstarMods-6756d43ce198d67dc72430673265192a3da17767.zip |
Using shit from the internet
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 |