From 37fbd86cbe8759bc546969dc1af03a1a89366292 Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Sun, 22 Feb 2026 09:23:46 +0000 Subject: [PATCH] build: Add .gitattributes Signed-off-by: Paulo Gomes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b27bec4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto eol=lf +*.go text eol=lf +go.mod text eol=lf +go.sum text eol=lf