From e5ad09b2b6c82b57b7900a2cde00262c6243b66a Mon Sep 17 00:00:00 2001 From: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:06:43 +0000 Subject: [PATCH] Fix diffing Northstar.Custom localisation files (#955) update gitattributes to show diffs to Custom localisation properly --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1bb89156..5827a985 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,6 @@ /Northstar.Client/mod/resource/northstar_client_localisation_*.txt text diff working-tree-encoding=UTF-16LE-BOM +/Northstar.Custom/mod/resource/northstar_custom_*.txt text diff working-tree-encoding=UTF-16LE-BOM + # Highlight `.gnut` like `.nut` files *.gnut linguist-language=Squirrel