commit 452d752186ad464186d245a4ffacbd92729f680f parent 928a9ae0065964810a345d32045d674a2c0204c6 Author: breadcat <breadcat@users.noreply.github.com> Date: Tue, 4 Aug 2026 10:15:29 +0100 Try a better gitattributes Diffstat:
| M | .gitattributes | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.gitattributes b/.gitattributes @@ -1,2 +1,5 @@ -# Auto detect text files and perform LF normalization -* text=auto +# Unix line endings +*.go test eol=lf +*.md test eol=lf +*.mod test eol=lf +*.png binary