This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 377565e1a Add `.gitattributes` for newline code normalization (#1615)
377565e1a is described below
commit 377565e1a6e811bc00b77604c4f4b336164d7ec5
Author: John Bampton <[email protected]>
AuthorDate: Fri Oct 11 00:57:49 2024 +1000
Add `.gitattributes` for newline code normalization (#1615)
https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
---
.gitattributes | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..0f776312d
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
+* text=auto eol=lf
+*.bat text eol=crlf
+*.cmd text eol=crlf
+*.png binary