diff options
author | Will Castro <39478251+VITALISED@users.noreply.github.com> | 2022-01-19 16:47:38 +1100 |
---|---|---|
committer | Will Castro <39478251+VITALISED@users.noreply.github.com> | 2022-01-19 16:47:38 +1100 |
commit | 9b6f85639648e6cfa12731c8f38ca97e0cf8e6bf (patch) | |
tree | aea0e28f86df17dd5779bbf97e4f58cbf300e0c6 | |
parent | 266e6bc059fda6bbe930e49348e3cb3f0b9c9c95 (diff) | |
download | NorthstarMods-9b6f85639648e6cfa12731c8f38ca97e0cf8e6bf.tar.gz NorthstarMods-9b6f85639648e6cfa12731c8f38ca97e0cf8e6bf.zip |
FIx shit 2
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | .gitconfig | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index 0f336320..531fb51e 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
\ No newline at end of file diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index cff6f9fc..00000000 --- a/.gitconfig +++ /dev/null @@ -1,2 +0,0 @@ -[diff "utf16"] -textconv = "iconv -f utf-16 -t utf-8"
\ No newline at end of file |