Merge pull request #6053 from dearblue/gitattributes

Add `.gitattributes` for newline code normalization
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-09-17 16:36:28 +09:00
committed by GitHub
+4
View File
@@ -0,0 +1,4 @@
* text=auto eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.png binary