From 26d69f4e4b9c344c6e6ee229c62aa3410576ad2c Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Thu, 30 Jan 2025 22:43:13 +0100 Subject: [PATCH] Explain git attributes configuration --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index d207b18..a681ce3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ +# ensure that line endings for Windows builds are properly formatted +# see https://github.com/golangci/golangci-lint-action?tab=readme-ov-file#how-to-use +# at "Multiple OS Example" section *.go text eol=lf