zeroshade commented on code in PR #1264:
URL: https://github.com/apache/iceberg-go/pull/1264#discussion_r3461734722


##########
.gitattributes:
##########
@@ -20,4 +20,8 @@
 # uses an industry standard as opposed to possibly hard to read
 # shell scripts with many flags. Unfortunately, directories themselves
 # won't recursively ignore, so we need the top level directories
-# as well as their files.
\ No newline at end of file
+# as well as their files.
+
+# Force LF for Go sources so gofmt passes when checked out on Windows
+# (Windows runners would otherwise convert LF to CRLF and fail the gofmt 
linter).
+*.go text eol=lf

Review Comment:
   add a newline to the end of the file?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to