diff options
-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 |